/** * Version Check Command * * CLI command to check if context files are outdated. * Users can run this independently or it will be integrated into `init`. */ import { Command } from 'commander'; /** * Version check command */ export declare const versionCheckCommand: Command; //# sourceMappingURL=version-check.d.ts.map