import type { CrowcoderConfig } from './types.js'; import { type Mode } from './modes.js'; export declare function buildSystemPrompt(config: CrowcoderConfig, cwd: string, mode?: Mode, userQuery?: string): string;