import type { Tree } from '@nx/devkit';
import type { NormalizedSchema } from './normalized-schema';
export declare function addLinting(host: Tree, options: NormalizedSchema): Promise<void>;
//# sourceMappingURL=add-linting.d.ts.map