import type { IAggregateQueryService } from "@dugongjs/core";
export declare function useAggregateIds(adapter: IAggregateQueryService | null, type: string | null): import("@tanstack/react-query").UseQueryResult<string[], Error>;
