import { Tree } from '@nx/devkit';
/**
 * `@nx/storybook`'s generated main.ts points its stories glob at `src/lib`
 * (its own convention). Stencil generators put components under
 * `src/components` instead — point the glob at the right place.
 */
export declare function updateMain(host: Tree, projectName: string): void;
