import { GeneratorCallback, Tree } from '@nx/devkit'; import { StorybookConfigureSchema } from './schema'; export declare function configurationGenerator(tree: Tree, schema: StorybookConfigureSchema): Promise; export declare function configurationGeneratorInternal(tree: Tree, rawSchema: StorybookConfigureSchema): Promise; export default configurationGenerator;