export type RuntimeInfoInput = { version?: string; model?: string; channel?: string; agentId?: string; thinkingLevel?: string; capabilities?: string[]; }; export declare function buildWorkspaceSection(workspaceDir: string): string; export declare function buildWorkspaceFilesIntroSection(): string; export declare function buildRuntimeSection(runtime?: RuntimeInfoInput): string;