export declare function byteLength(b64: any): number;
export declare function toByteArray(b64: any): any[] | Uint8Array;
export declare function fromByteArray(uint8: any): string;
