import { Rule } from '@angular-devkit/schematics'; import { AiConfigSchema } from './model'; export default function (options: AiConfigSchema): Rule;