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