import { SuiSystemStateSummary } from "@mysten/sui/client"; import { AftermathApi } from "../../../general/providers/aftermathApi"; export declare class SuiApi { private readonly Provider; constructor(Provider: AftermathApi); fetchSystemState: () => Promise; } //# sourceMappingURL=suiApi.d.ts.map