export declare const calcShareRate: (totalEther: bigint, totalShares: bigint, precision: bigint) => number; export declare const sharesToSteth: (shares: bigint, totalEther: bigint, totalShares: bigint, precision: bigint) => bigint; export declare const requestWithBlockStep: (step: number, fromBlock: bigint, toBlock: bigint, request: (fromBlock: bigint, toBlock: bigint) => Promise) => Promise; //# sourceMappingURL=utils.d.ts.map