import { type StrapiCloudCommand } from '../types'; /** * `$ deploy project to the cloud` */ declare const command: StrapiCloudCommand; export default command; //# sourceMappingURL=command.d.ts.map