import { MachineOptions } from "xstate";
import { IQueryRunningContext } from "./types";
export declare const queryRunningServices: MachineOptions<IQueryRunningContext, any>["services"];
