/**
 * Check whether the current environment supports webp images. 判断当前环境是否支持 webp 格式的图片.
 *
 * @return {boolean} Result. 结果.
 */
declare const isSupportWebp: () => boolean;
export default isSupportWebp;
