import type { StrapiCommand } from '../types'; /** * `$ strapi version` */ declare const command: StrapiCommand; export { command }; //# sourceMappingURL=version.d.ts.map