import type { Tree } from '@nx/devkit'; import type { Options } from './schema'; export declare function storybookConfigurationGenerator(tree: Tree, rawOptions: Options): Promise; export default storybookConfigurationGenerator;