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