export declare type DeepPartial = { [P in keyof T]?: DeepPartial; }; export declare type KeyValuePair = { [x: string]: any; }; export declare type Lang = 'zh-CN' | 'en-US';