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