import type { Hex } from "viem"; /** * Normalize a private key string to a 0x-prefixed hex string. * Accepts keys with or without the 0x prefix. */ export declare function normalizePrivateKey(key: string): Hex; //# sourceMappingURL=utils.d.ts.map