export declare const Base64url: { string(bytes: Uint8Array): string; bytes(string: string): Uint8Array; random(count?: number): string; };