import { RebaseEvent, GetRebaseEventsProps, GetLastRebaseEventsProps } from './types.js'; import { LidoSDKModule } from '../common/class-primitives/sdk-module.js'; export declare class LidoSDKStethEvents extends LidoSDKModule { static readonly DEFAULT_STEP_BLOCK = 50000; private contractAddressStETH; private getContractStETH; getLastRebaseEvent(): Promise; getFirstRebaseEvent(props: { days: number; fromBlockNumber?: bigint; }): Promise; getLastRebaseEvents({ count, stepBlock, }: GetLastRebaseEventsProps): Promise; getRebaseEvents(props: GetRebaseEventsProps): Promise; private getLastBlock; private parseProps; } //# sourceMappingURL=steth-events.d.ts.map