declare namespace _default {
    export namespace create {
        namespace url {
            const path: string;
            const method: string;
        }
        namespace config {
            function preprocess(info: any): any;
        }
    }
    export namespace update {
        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 {
            export function preprocess_1(info: any): any;
            export { preprocess_1 as preprocess };
        }
        export { config_1 as config };
    }
    export namespace _delete {
        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 { _delete as delete };
}
export default _default;
