export declare enum TOKENS {
    eth = "ETH",
    steth = "stETH",
    wsteth = "wstETH"
}
export declare const STETH_ROUNDING_THRESHOLD = 10n;
//# sourceMappingURL=tokens.d.ts.map