export type SWETHPoolState = { swETHToETHRateFixed: bigint; }; export type RSWETHPoolState = { rswETHToETHRateFixed: bigint; };