/** Returns whether the payload is a Blob */
export declare function isBlob(payload: unknown): payload is Blob;