/** * Shared constants for CLI commands. */ export declare const TEMPLATE_ROOT: string; export declare const BUNDLED_OPENCODE_ROOT: string; export declare const VERSION: string; /** * Get project name from package.json or directory name. * Used for display purposes (e.g., init output). */ export declare function getProjectName(): string; export declare const DEFAULT_GROUP: string; export type CliSupport = 'claude-code' | 'opencode'; //# sourceMappingURL=constants.d.ts.map