import { type ResourceIgnoreMatcher } from "./resource-ignore.ts"; export type SkillDiscoveryMode = "pi" | "agents"; /** Discover skill files once for both package resolution and prompt loading. */ export declare function discoverSkillFiles(dir: string, mode: SkillDiscoveryMode, ignoreMatcher?: ResourceIgnoreMatcher, rootDir?: string): string[]; //# sourceMappingURL=skill-discovery.d.ts.map