import type { ExecutableGraphValidationError } from "@x12i/graphenix-executable-contracts"; export declare function validateLocalSkill(nodeId: string, params: Record, basePath: string): ExecutableGraphValidationError[]; export declare function isLocalSkillNode(params: Record): boolean; //# sourceMappingURL=validate-local-skill.d.ts.map