import { type MutationCtx } from "./_generated/server.js"; import { type Config } from "./shared.js"; /** * Called from outside the loop. * Returns the soonest segment to enqueue work for the main loop. */ export declare function kickMainLoop(ctx: MutationCtx, source: "enqueue" | "cancel" | "complete" | "kick", config?: Partial): Promise; export declare const forceKick: import("convex/server").RegisteredMutation<"internal", {}, Promise>; //# sourceMappingURL=kick.d.ts.map