import type { Address } from "viem"; export declare const MULTICALL_ADDRESS: Address; /** * Address 0x0000000000000000000000000000000000000000 */ export declare const ADDRESS_0X0: Address; /** * Dummy address to satisfy `0x${string}` typecheck, but fail on `isAddress` check */ export declare const NOT_DEPLOYED = "0xNOT DEPLOYED"; /** * Constant used in router to represent native token address */ export declare const NATIVE_ADDRESS: Address;