/** * Tries to clean the authentication lock file by deleting it if the other process is not running. * @returns - true if the lock file is deleted successfully, false otherwise. */ export declare function tryCleaningLockFile(): boolean; //# sourceMappingURL=tryCleaningLockFile.d.ts.map