declare namespace _default { namespace attachPermissionResourceAction { namespace url { const method: string; const path: string; const query: {}; } } namespace detachPermissionResourceAction { export namespace url_1 { const method_1: string; export { method_1 as method }; const path_1: string; export { path_1 as path }; const query_1: {}; export { query_1 as query }; } export { url_1 as url }; } namespace getRoles { export namespace url_2 { const method_2: string; export { method_2 as method }; const path_2: string; export { path_2 as path }; const query_2: {}; export { query_2 as query }; } export { url_2 as url }; } namespace createRole { export namespace url_3 { const method_3: string; export { method_3 as method }; const path_3: string; export { path_3 as path }; const query_3: {}; export { query_3 as query }; } export { url_3 as url }; } namespace updateRole { export namespace url_4 { const method_4: string; export { method_4 as method }; const path_4: string; export { path_4 as path }; const query_4: {}; export { query_4 as query }; } export { url_4 as url }; export namespace config { const noErrorTip: boolean; } } } export default _default;