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