/**
 * Check if the browser supports WebP image format.
 * Returns true only if lossy, lossless, alpha and animated WebP are supported.
 */
export declare function webpSupport(): Promise<boolean>;
