import type { AdapterSkillContext, AdapterSkillSnapshot } from "@paperclipai/adapter-utils"; export declare function listGrokSkills(ctx: AdapterSkillContext): Promise; export declare function syncGrokSkills(ctx: AdapterSkillContext, _desiredSkills: string[]): Promise; //# sourceMappingURL=skills.d.ts.map