interface LockFileData { name: string; pid: string; port: string; password: string; protocol: string; } export declare function readLockfile(): Promise; export {};