export declare class Media { altText: string; binaryFile: Uint8Array; encoding: string; file: File; fileAsUint8Array(): Promise; }