export declare const decodeBytes: (bytes: Uint8Array, charset?: string) => string; export declare const decodeBase64Bytes: (value: string) => Uint8Array; export declare const hexToByte: (hex: string) => number; export declare const isHexByte: (value: string) => boolean; //# sourceMappingURL=encoding.d.ts.map