import { Tree } from '@nrwl/devkit';
import { RawPWASchema } from './schema';
export declare function ionicPwaGenerator(host: Tree, schema: RawPWASchema): Promise<import("@nrwl/devkit").GeneratorCallback>;
export default ionicPwaGenerator;
export declare const ionicPwaSchematic: (options: RawPWASchema) => (tree: any, context: any) => Promise<any>;
