/**
 * Check if argument is a blob
 * @param arg
 * @returns {boolean}
 */
export declare function isBlob(arg: unknown): arg is Blob;
