export declare const URL_GET_PICTURE_URL: string; export declare const ALIYUN_OSS_URL = ".oss-cn-beijing.aliyuncs.com"; export declare const ALIYUN_OSS_HW_PARAMS = "?x-oss-process"; export default class ImageService { show: (img: any, onComplete?: (imgUrl: any) => void) => void; getFullImageUrl: (img: string) => Promise; }