export function toBytes(base64: string): Uint8Array;
export function toBase64(bytes: Uint8Array): string;
