/** * Telemetry Command - drift telemetry * * Manage telemetry settings for Drift. * All telemetry is opt-in and privacy-first. */ import { Command } from 'commander'; export declare const telemetryCommand: Command; //# sourceMappingURL=telemetry.d.ts.map