
export declare function fromBase64(input: string): Uint8Array;

export declare function toBase64(input: Uint8Array): string;
