import type { StrapiCommand } from '../types'; declare const action: () => Promise; /** * `$ strapi console` */ declare const command: StrapiCommand; export { action, command }; //# sourceMappingURL=console.d.ts.map