/** * `spectral ports` — diagnose port collisions across local projects. * * Usage: * spectral ports list every listening TCP port + owner * spectral ports check

... check specific ports and suggest free ones * spectral ports free [start] find the first free port from `start` * * Shares the exact same platform logic as the native `ports` extension, so * results are identical whether run from the shell or from inside the agent. */ export declare function runPorts(args: string[]): Promise; //# sourceMappingURL=ports.d.ts.map