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