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