/** * 获取系统表单元数据 * @param busType 业务类型 */ export declare function doFetchDesignConfig(busType: string, isApp: boolean): Promise; /** * 获取二开脚本 * @param busType 业务类型 */ export declare function doFetchScriptURL(busType: string, isApp: boolean): Promise; /** * 加载自定义表单元数据 * @param busType 业务类型 * @param customFormType 自定义表单类型 */ export declare function doFetchCustomForm(busType: string, customFormType: 'app' | 'pc'): Promise; /** * 获取多语言 * @param busType 业务类型 */ export declare function doFetchLangConfig(busType: string): Promise;