export declare function isURL(url: string): boolean;
export declare function hasImgSuffix(str: string): boolean;
export declare function isBase64(str: string): boolean;
export declare function isImg(str: string): boolean;
