import type { Hex } from "viem"; export declare function safeSliceHex(hex: Hex, start: number, end?: number): Hex;