declare namespace _default { export namespace loadList { namespace url { const path: string; const method: string; } namespace config { const preprocess: (info: any) => any; function postprocess(result: any): any; } } export namespace loadDetail { export namespace url_1 { const path_1: string; export { path_1 as path }; const method_1: string; export { method_1 as method }; } export { url_1 as url }; export namespace config_1 { const preprocess_1: (info: any) => any; export { preprocess_1 as preprocess }; } export { config_1 as config }; } export namespace create { export namespace url_2 { const path_2: string; export { path_2 as path }; const method_2: string; export { method_2 as method }; } export { url_2 as url }; export namespace config_2 { const preprocess_2: (info: any) => any; export { preprocess_2 as preprocess }; export function postprocess_1(result: any): any; export { postprocess_1 as postprocess }; } export { config_2 as config }; } export namespace update { export namespace url_3 { const path_3: string; export { path_3 as path }; const method_3: string; export { method_3 as method }; } export { url_3 as url }; export namespace config_3 { const preprocess_3: (info: any) => any; export { preprocess_3 as preprocess }; } export { config_3 as config }; } export namespace _delete { export namespace url_4 { const path_4: string; export { path_4 as path }; const method_4: string; export { method_4 as method }; } export { url_4 as url }; } export { _delete as delete }; } export default _default;