export function jsEncodeBase64(data: Uint8Array): string;
/**
 * Encodes bytes into a Base64 string, as specified in
 * https://tools.ietf.org/html/rfc4648#section-4
 *
 * @type {typeof jsEncodeBase64}
 */
export const encodeBase64: typeof jsEncodeBase64;
//# sourceMappingURL=encode.d.ts.map