import type { AgentSkill } from "./skillTypes.js"; /** * Orders skills by display name and path for stable prompt output. * * Expects: skills is any array; returns a new array sorted by name then path. */ export declare function skillSort(skills: AgentSkill[]): AgentSkill[]; //# sourceMappingURL=skillSort.d.ts.map