import type { AgentSkill } from "./skillTypes.js"; /** * Lists Daycare core skills bundled with the package. * * Expects: packaged skills directory exists or is missing; missing returns an empty list. */ export declare function skillListCore(): Promise; //# sourceMappingURL=skillListCore.d.ts.map