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