3 lines
129 B
TypeScript
3 lines
129 B
TypeScript
import type { RunContext } from "./types";
|
|
export declare function checkCompletionConditions(ctx: RunContext): Promise<boolean>;
|