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