import { Tree } from '@nx/devkit';
import { ApplicationSchema } from '../schema';
export declare function addLinting(host: Tree, options: ApplicationSchema): Promise<() => any>;
