import type { PlannerOpts } from "./query.js"; import type { PlannerLog } from "./throttle.js"; export declare function shouldUseDirectFetch(env: Record | undefined): boolean; export declare function runViaDirectFetch(prompt: string, opts: PlannerOpts, env: Record | undefined, onLog: PlannerLog): Promise;