declare namespace _default {
    export namespace loadAll {
        namespace url {
            const method: string;
            const path: string;
        }
    }
    export namespace add {
        export namespace url_1 {
            const method_1: string;
            export { method_1 as method };
            const path_1: string;
            export { path_1 as path };
        }
        export { url_1 as url };
    }
    export namespace update {
        export namespace url_2 {
            const method_2: string;
            export { method_2 as method };
            const path_2: string;
            export { path_2 as path };
        }
        export { url_2 as url };
    }
    export namespace _delete {
        export namespace url_3 {
            const method_3: string;
            export { method_3 as method };
            const path_3: string;
            export { path_3 as path };
        }
        export { url_3 as url };
    }
    export { _delete as delete };
    export namespace batchComponents {
        export namespace url_4 {
            const method_4: string;
            export { method_4 as method };
            const path_4: string;
            export { path_4 as path };
        }
        export { url_4 as url };
    }
    export namespace updateComponent {
        export namespace url_5 {
            const method_5: string;
            export { method_5 as method };
            const path_5: string;
            export { path_5 as path };
        }
        export { url_5 as url };
    }
    export namespace addProcessVal {
        export namespace url_6 {
            const method_6: string;
            export { method_6 as method };
            const path_6: string;
            export { path_6 as path };
        }
        export { url_6 as url };
    }
    export namespace updateProcessVal {
        export namespace url_7 {
            const method_7: string;
            export { method_7 as method };
            const path_7: string;
            export { path_7 as path };
        }
        export { url_7 as url };
    }
    export namespace deleteProcessVal {
        export namespace url_8 {
            const method_8: string;
            export { method_8 as method };
            const path_8: string;
            export { path_8 as path };
        }
        export { url_8 as url };
    }
    export namespace addProcessAttribute {
        export namespace url_9 {
            const method_9: string;
            export { method_9 as method };
            const path_9: string;
            export { path_9 as path };
        }
        export { url_9 as url };
    }
    export namespace deleteProcessAttribute {
        export namespace url_10 {
            const method_10: string;
            export { method_10 as method };
            const path_10: string;
            export { path_10 as path };
        }
        export { url_10 as url };
    }
    export namespace updateProcessAttribute {
        export namespace url_11 {
            const method_11: string;
            export { method_11 as method };
            const path_11: string;
            export { path_11 as path };
        }
        export { url_11 as url };
    }
    export namespace checkTypeProcessAttribute {
        export namespace url_12 {
            const method_12: string;
            export { method_12 as method };
            const path_12: string;
            export { path_12 as path };
        }
        export { url_12 as url };
    }
    export namespace checkTypeProcess {
        export namespace url_13 {
            const method_13: string;
            export { method_13 as method };
            const path_13: string;
            export { path_13 as path };
        }
        export { url_13 as url };
    }
    export namespace getInterface {
        export namespace url_14 {
            const path_14: string;
            export { path_14 as path };
            const method_14: string;
            export { method_14 as method };
        }
        export { url_14 as url };
    }
}
export default _default;
