declare function imageSupport(): Promise<{ webp: boolean; avif: boolean; heif: boolean; }>; export { imageSupport };