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