import { Rule } from '@angular-devkit/schematics'; import { ModelRelation, ModelField, Model } from '@vmfvmf/ywtc-lib'; export declare function gen(model: Model): Rule; export declare function getTablesImports(childTables: Array): string; export declare function getFieldsForFormable(fields: Array, fildFilter?: string, isFormable?: boolean): string; export declare function withTables(childTables: Array): "" | "WithTables";