export declare const compareSize: (byteSize: number, megaSize: number) => boolean;
export declare const isImageUrl: (url: string) => boolean;
