import { Rule } from '@angular-devkit/schematics'; import { Schema as MyServiceSchema } from './schema'; export declare function myService(options: MyServiceSchema): Rule;