export declare const byteLength: (x: unknown) => number; export declare const dispatchStorageEvent: (track: boolean, event: string, attrs: any, metrics: any, message: string) => void; export declare const isFile: (x: unknown) => x is File; export declare const isBlob: (x: unknown) => x is Blob;