declare function isImageURL(image_url: string): Promise<boolean>;
export default isImageURL;