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