export declare function fromB64(sBase64: string, nBlocksSize?: number): Uint8Array;
export declare function toB64(aBytes: Uint8Array): string;
