/** * https://datatracker.ietf.org/doc/html/rfc4648#section-5 */ export declare const UrlSafeBase64: { encode: (buffer: Buffer) => string; }; //# sourceMappingURL=url-safe-base64.d.ts.map