import { Rule, Tree } from '@angular-devkit/schematics';
export default function (_options: any): Rule;
export declare const getCypressConfigFile: (angularJsonVal: any, projectName: string) => string | null;
export declare const addCypressTsConfig: (tree: Tree, angularJsonVal: any, projectName: string) => void;
export declare const removeE2ELinting: (tree: Tree, angularJsonVal: any, project: string) => void;
