import { GeneratorCallback, Tree } from '@nrwl/devkit';
import { PWASchema } from '../schema';
export declare function addLinting(host: Tree, options: PWASchema): Promise<GeneratorCallback>;
