import type { SetupDeps, SetupStepResult } from "../types.js"; /** * Copy the mem-search skill to the user's opencode skills directory. * Source: {pluginDir}/skills/mem-search/ * Destination: ~/.config/opencode/skills/mem-search/ * Idempotent: skips if destination already exists. * NEVER overwrites existing skill files (user may have customized). */ export declare function copySkills(deps: SetupDeps): Promise; //# sourceMappingURL=copy-skills.d.ts.map