import type { HarnessToolDefinition } from "#harness/execute-tool.js";
/** Builds the harness definition for the compiled framework task control. */
export declare function createTaskToolHarnessDefinitions(): readonly HarnessToolDefinition[];
