import { Rule } from '@angular-devkit/schematics'; import { IModel } from '@vmfvmf/ywtc-lib'; export declare function gen(model: IModel): Rule;