import { LidoSDKVaultsModuleProps, SubmitLatestReportProps } from './types.js'; import { BusModule } from './bus-module.js'; export declare class LidoSDKVaultLazyOracle extends BusModule { constructor(props: LidoSDKVaultsModuleProps); getLastReportData(): Promise<{ timestamp: bigint; refSlot: bigint; treeRoot: `0x${string}`; cid: string; }>; private parseProps; getSubmitLatestReportTxArgs(props: SubmitLatestReportProps): Promise; submitLatestReport(props: SubmitLatestReportProps): Promise>; submitLatestReportSimulateTx(props: SubmitLatestReportProps): Promise>; submitLatestReportPopulateTx(props: SubmitLatestReportProps): Promise<{ from: `0x${string}`; to: `0x${string}`; data: `0x${string}`; }>; } //# sourceMappingURL=vault-lazy-oracle.d.ts.map