/** * Optional install of Reconstruct commands/rules/workflows from a local template tree. * Used by `reconstruct install --with-skills` (same sources as `reconstruct init` local mode). */ import type { McpInstallTargetId } from "../assistants/install-targets"; /** * Copy transformed commands (+ rules/workflows) into global assistant dirs when templates exist. */ export declare function applyAuxiliarySkillsInstall(targets: McpInstallTargetId[], options: { templatesRoot?: string; }): Promise; //# sourceMappingURL=auxiliary-install.d.ts.map