export declare function buildToolingSection(params: { toolNames?: string[]; toolSummaries?: Record; }): string; export declare function hasSkillsTools(toolNames: string[]): boolean;