/** * CLI commands for telemetry control * * gitmem telemetry status * gitmem telemetry enable * gitmem telemetry disable * gitmem telemetry show [--limit N] * gitmem telemetry clear */ export declare function main(args: string[]): void; //# sourceMappingURL=telemetry.d.ts.map