import type { IAggregateQueryService } from "@dugongjs/core";
export declare function useAggregate(adapter: IAggregateQueryService | null, type: string | null, id: string | null, toSequenceNumber: number | null | undefined): import("@tanstack/react-query").UseQueryResult<object | null, Error>;
