import { ConcurrencyException } from "./concurrency.exception"; /** * When a sync class "lock" exceeds its timeout limit */ export declare class ConcurrencyExceedTimeoutException extends ConcurrencyException { }