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