/** * Reads the authentication lock file and parse the content to int. * @returns - The process ID stored in the authentication lock file. */ export declare function readAuthenticationLockFile(): number; //# sourceMappingURL=readAuthenticationLockFile.d.ts.map