import type { SlashCommandInfo } from "@earendil-works/pi-coding-agent"; type ResolveSkillOptions = { commands: SlashCommandInfo[]; }; export declare function resolveSkillContent(skillName: string, options: ResolveSkillOptions): Promise<{ content: string; skillDir: string; }>; export {}; //# sourceMappingURL=resolve.d.ts.map