import type { Provider, ThinkingLevel } from "@kenkaiiii/gg-ai"; export declare const ASYNC_ORCHESTRATION_MARKER = "\n\n## Async subagent orchestration\n"; export declare function applyAsyncSubagentPolicy(prompt: string, provider: Provider, model: string, thinkingLevel: ThinkingLevel | undefined, toolNames: readonly string[]): string; //# sourceMappingURL=subagent-policy.d.ts.map