import { Tree } from '@nx/devkit';
import { InitSchema } from '../schema';
export declare function addPuppeteer(tree: Tree, options: InitSchema): Promise<import("@nx/devkit").GeneratorCallback>;
