import { IGroupedQueryIds } from "./";
import { IQueryRunningContext } from "../state-machines/query-running/types";
export declare function calculateDirtyQueries({ store, websocketManager, currentlyHandledPendingQueryRuns, }: Partial<IQueryRunningContext>): Promise<{
    queryIds: IGroupedQueryIds;
}>;
