import type { VideoHost } from "../core/hosts/types.js"; /** * Build the Director system prompt. The Director plans, never touches video * tools directly — it only delegates. */ export declare function buildDirectorSystemPrompt(host: VideoHost, cwd: string): Promise; //# sourceMappingURL=director-prompt.d.ts.map