import { Format } from "./cipher-core.cjs";

//#region src/format-hex.d.ts

/**
 * Hex formatter for cipher params.
 * Converts cipher params to/from hexadecimal strings.
 */
declare const HexFormatter: Format;
//#endregion
export { HexFormatter };
//# sourceMappingURL=format-hex.d.cts.map