/** base64url, no padding. Local rather than shared, to keep this package standalone. */ export declare function toBase64url(bytes: Uint8Array): string; /** Returns null rather than throwing: the input is usually a URL fragment. */ export declare function fromBase64url(text: string): Uint8Array | null; //# sourceMappingURL=base64.d.ts.map