declare namespace _default { namespace setCache { namespace url { const path: string; const method: string; } } namespace clearCache { 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 default _default;