export declare function getRunningProcess(port: number): {
    pid: string;
    directory: string;
    command: string;
} | null;
