/** * Checks if the authentication lock file exists. * @returns - true if the authentication lock file exists, false otherwise. */ export declare function doesLockFileExist(): boolean; //# sourceMappingURL=doesLockFileExist.d.ts.map