import type { ICommand } from './index.js'; export declare class TrackCommand implements ICommand { private logger; private readonly PORT; private readStdin; execute(options: Record): Promise; }