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