import type { Tree } from '@nrwl/devkit';
import type { TunnelGeneratorSchema } from './schema';
export declare function tunnelGenerator(tree: Tree, config: TunnelGeneratorSchema): Promise<void>;
export default tunnelGenerator;
export declare const tunnelSchematic: (generatorOptions: TunnelGeneratorSchema) => (tree: any, context: any) => Promise<any>;
