export declare function toBase64url(b: Uint8Array): string; export declare function fromBase64url(s: string): Uint8Array;