import type { RunContext } from "./types";
export declare function checkCompletionConditions(ctx: RunContext): Promise<boolean>;
