declare namespace _default { namespace loadApps { namespace url { const method: string; const path: string; } } namespace loadApp { export namespace url_1 { const method_1: string; export { method_1 as method }; const path_1: string; export { path_1 as path }; } export { url_1 as url }; export namespace config { function preprocess(info: any): any; function postprocess(result: any): any; } } namespace loadServices { export namespace url_2 { const method_2: string; export { method_2 as method }; const path_2: string; export { path_2 as path }; } export { url_2 as url }; export namespace config_1 { export function preprocess_1(info: any): any; export { preprocess_1 as preprocess }; export function postprocess_1(result: any): any; export { postprocess_1 as postprocess }; } export { config_1 as config }; } namespace loadWebService { export namespace url_3 { const method_3: string; export { method_3 as method }; const path_3: string; export { path_3 as path }; } export { url_3 as url }; export namespace config_2 { export function postprocess_2(result: any): { id: any; appId: any; name: any; title: any; level: string; type: string; icon: any; status: any; officialType: any; createdTime: any; createdBy: any; updatedTime: any; updatedBy: any; }; export { postprocess_2 as postprocess }; } export { config_2 as config }; } namespace checkTemplateName { export namespace url_4 { const method_4: string; export { method_4 as method }; const path_4: string; export { path_4 as path }; } export { url_4 as url }; } } export default _default;