import { Rule } from '@angular-devkit/schematics'; import { EsCqrsSchema } from '../schema'; import { ControllerSchema } from './controller.schema'; export declare function main(options: EsCqrsSchema): Rule; export declare function standalone(options: ControllerSchema): Rule;