// base64 is 4/3 + up to two characters of the original data export declare function byteLength(b64); export declare function toByteArray(b64); export declare function fromByteArray(uint8);