/** * Absolute path to the commands/ directory within the installed package. */ export declare const commandsDir: string; /** * Copies all command .md files from the package's commands/ directory * to the target directory. * * @param targetDir - Destination directory. Defaults to ~/.claude/commands/agency-spec-kit/ * @returns Array of filenames that were copied */ export declare function installCommands(targetDir?: string): Promise; //# sourceMappingURL=commands.d.ts.map