/**
 * @module tokenAddresses
 * @description Token address constants
 */
export declare const NULLADDRESS = "0x0000000000000000000000000000000000000000";
export declare const WETH_ADDRESSES: Readonly<Record<number, string>>;
export declare const tokenAddress: (networkId: number | string, symbol: string) => string | null;
//# sourceMappingURL=tokenAddresses.d.ts.map