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