export declare const compressImage: (url: any, width?: number, height?: number) => Promise<unknown>;
