/** * @Author KaySaith * @Date 3/3/21 * @modified-user songxiwen * @modified-date 2021/03/04 13:38 * @modified-description 引入参数类型TowifyFileConfigType */ import type { TowifyResourceSDKConfigType } from '../type/common.type'; export declare class ResourceSdkConfigService { private readonly params; private static instance?; constructor(params: TowifyResourceSDKConfigType); static init(params: TowifyResourceSDKConfigType): void; get cosConfig(): TowifyResourceSDKConfigType; static getInstance(): ResourceSdkConfigService; }