/** * Track Command * Session state tracking — save/restore working context * (SkillKit calls this "session" — we call it "track") */ import { Command } from 'commander'; /** * Register the track command */ export declare function registerTrackCommand(program: Command): void; //# sourceMappingURL=track.d.ts.map