import { type AgentJsonConfig, type AgentSkill } from '@n8n/api-types';
export declare function getMissingSkillIds(config: AgentJsonConfig | null, skills: Record<string, AgentSkill>): string[];
