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