/** * CLI Command: project-config * * Manage project configurations (add/update GitHub/Replit links) */ import { Command } from 'commander'; export declare const projectConfigCommand: Command; //# sourceMappingURL=project-config.d.ts.map