declare function isImageLike(file: File): boolean;

export { isImageLike };
