import type { Indexer } from 'storybook/internal/types';
export declare const createIndexer: (legacyTemplate: boolean) => Indexer;
