import { StateStorage } from "../state-storage"; import { AlreadyLockedError, CannotTryLockError } from "../migration-error"; /** * This should not throw an error */ export declare function tryLock(stateStorage: StateStorage): Promise; //# sourceMappingURL=try-lock.d.ts.map