import { GeneratorCallback, Tree } from '@nrwl/devkit';
import { StorybookConfigureSchema } from './schema';
export declare function storybookConfigurationGenerator(tree: Tree, rawSchema: StorybookConfigureSchema): Promise<GeneratorCallback>;
export declare function createProjectStorybookDir(tree: Tree, projectName: string, uiFramework: string): void;
export declare function createRootStorybookDir(tree: Tree): void;
export default storybookConfigurationGenerator;
export declare const storybookConfigurationSchematic: (options: StorybookConfigureSchema) => (tree: any, context: any) => Promise<any>;
