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