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