export declare const ETH_TOKEN: {
    symbol: string;
    name: string;
    decimals: number;
    address: string;
    l1Address: string;
};
