/** * Remove proj-track from the current project. * Converts .proj-track.json → .proj-track.txt (plain text backup). * Creates .proj-track-disabled marker to stop all future capture. */ export declare function removeCommand(): Promise; //# sourceMappingURL=remove.d.ts.map