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