export type ETHxPoolState = { totalETHBalance: bigint; totalETHXSupply: bigint; }; export type StaderData = {}; export type DexParams = { ETHx: string; SSPM: string; StaderOracle: string; }; export declare enum SSPMFunctions { deposit = "deposit" }