import { ErrNotLocked, ErrTimeout, RWLock, State } from './rwlock';
export { ErrNotLocked, ErrTimeout, RWLock, State };
export default RWLock;
