export declare const arrayBufferToString: (buf: ArrayBuffer) => string; export declare const arrayBufferTo64: (a: ArrayBuffer) => string;