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