import type { Hex } from "viem"; export declare function ensureHex(str: string): Hex; export declare function normalizeSalt(salt: string | undefined): string; //# sourceMappingURL=format.d.ts.map