/** * Template Sync Command * * CLI command for syncing .claude/ templates from package templates/base/ */ import { Command } from 'commander'; /** * Sync templates command */ export declare const syncTemplatesCommand: Command; /** * Template status command (shows current sync status) */ export declare const templateStatusCommand: Command; //# sourceMappingURL=sync-templates.d.ts.map