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