import type { Configuration } from 'webpack';
export * from '@storybook/react-webpack5/preset';
export { csfParser } from './csfParser';
export declare const experimental_indexers: (existingIndexers: any, options: any) => Promise<any[]>;
export declare function webpackFinal(config: Configuration, options: any): Promise<any>;
export declare function stories(paths: any, options: any): Promise<string[]>;
