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