import type { Rule } from '@angular-devkit/schematics';
import type { Schema } from './schema';
export declare const FIXED_ESLINT_V8_VERSION = "8.57.1";
export declare const FIXED_TYPESCRIPT_ESLINT_V7_VERSION = "7.11.0";
/**
 * Entry point for the ng-add schematic.
 *
 * @param options Configuration options passed to the schematic.
 */
export default function (options: Schema): Rule;
//# sourceMappingURL=index.d.ts.map