declare namespace _default {
    export namespace loadDetail {
        namespace url {
            const path: string;
            const method: string;
        }
    }
    export namespace create {
        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 update {
        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 _delete {
        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 { _delete as delete };
    export namespace addItem {
        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 namespace config {
            function preprocess(info: any): any;
        }
    }
    export namespace removeItem {
        export namespace url_5 {
            const path_5: string;
            export { path_5 as path };
            const method_5: string;
            export { method_5 as method };
        }
        export { url_5 as url };
    }
    export namespace moveItem {
        export namespace url_6 {
            const path_6: string;
            export { path_6 as path };
            const method_6: string;
            export { method_6 as method };
        }
        export { url_6 as url };
    }
    export namespace updateItem {
        export namespace url_7 {
            const path_7: string;
            export { path_7 as path };
            const method_7: string;
            export { method_7 as method };
        }
        export { url_7 as url };
    }
    export namespace checkType {
        export namespace url_8 {
            const path_8: string;
            export { path_8 as path };
            const method_8: string;
            export { method_8 as method };
        }
        export { url_8 as url };
    }
    export namespace checkTypeAll {
        export namespace url_9 {
            const path_9: string;
            export { path_9 as path };
            const method_9: string;
            export { method_9 as method };
        }
        export { url_9 as url };
    }
    export namespace checkTypeLogic {
        export namespace url_10 {
            const path_10: string;
            export { path_10 as path };
            const method_10: string;
            export { method_10 as method };
        }
        export { url_10 as url };
    }
    export namespace paste {
        export namespace url_11 {
            const path_11: string;
            export { path_11 as path };
            const method_11: string;
            export { method_11 as method };
        }
        export { url_11 as url };
    }
    export namespace pretreatmentBeforePaste {
        export namespace url_12 {
            const path_12: string;
            export { path_12 as path };
            const method_12: string;
            export { method_12 as method };
        }
        export { url_12 as url };
    }
}
export default _default;
