import type { RuntimeSkill } from '@n8n/agents';
export declare function getBuilderRuntimeSkills(): RuntimeSkill[];
