export declare const ENCODING = "utf8"; export declare const modelTemplatePath: string; export declare const modelExtendTemplatePath: string; export declare function generateModelFiles(service: any, components: any): Promise;