/** * The address of the native token. */ export declare const NATIVE_TOKEN_ADDRESS = "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee"; /** * @internal */ export declare function isNativeTokenAddress(address: string): boolean; /** * The zero address in Ethereum, represented as a hexadecimal string. */ export declare const ZERO_ADDRESS = "0x0000000000000000000000000000000000000000"; //# sourceMappingURL=addresses.d.ts.map