import { Hex } from 'viem';
export declare const isHexadecimalString: (input: string, length?: number) => boolean;
export declare const trimHexPrefix: (input: string) => string;
export declare const toHexString: (text: string) => Hex;
export declare const normalizeTrimHex: (hex: string | Hex) => string;
//# sourceMappingURL=is-hexadecimal-string.d.ts.map