export declare class AsyncMonitorError extends Error {
}
export declare class SynchronizationLockError extends AsyncMonitorError {
}
export declare class DeprecateCriticalSectionError extends AsyncMonitorError {
}
export declare class InterruptedError extends AsyncMonitorError {
}
export declare class MismatchCriticalSectionError extends AsyncMonitorError {
}
