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