declare const isImageSupported: (url: string) => boolean;

export { isImageSupported as default };
