import type { Rule } from '@angular-devkit/schematics'; import type { Schema } from './schema'; export declare const possibleFlatConfigPaths: string[]; export default function (schema: Schema): Rule;