/** * Deletes the authentication lock file. * If the file does not exist or is currently in use, cannot be deleted due to permission issues, it logs an error message. * @returns - true if the file was successfully deleted, false otherwise. */ export declare function deleteAuthenticationLockFile(): boolean; //# sourceMappingURL=deleteAuthenticationLockFile.d.ts.map