import type { AdapterSkillContext, AdapterSkillSnapshot } from "@airisos/adapter-utils"; export declare function listOpenCodeSkills(ctx: AdapterSkillContext): Promise; export declare function syncOpenCodeSkills(ctx: AdapterSkillContext, desiredSkills: string[]): Promise; export declare function resolveOpenCodeDesiredSkillNames(config: Record, availableEntries: Array<{ key: string; required?: boolean; }>): string[]; //# sourceMappingURL=skills.d.ts.map