declare namespace _default {
    namespace loadFiles {
        namespace url {
            const path: string;
            const method: string;
        }
    }
    namespace loadFile {
        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 };
    }
    namespace createFile {
        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 };
    }
    namespace updateFile {
        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 };
    }
    namespace deleteFile {
        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 default _default;
