import type { Tree } from '@nx/devkit'; export declare function storybookInitGenerator(tree: Tree): Promise; export default storybookInitGenerator;