import { Rule } from '@angular-devkit/schematics'; import { TypeSchemaOptions } from './type-schema-options.interface'; export default function (options: TypeSchemaOptions): Rule;