export declare function toBase64Url(bytes: Uint8Array): string; export declare function fromBase64Url(encoded: string): Uint8Array;