declare function isBlob(val: any): boolean;

export = isBlob;
