export type AcquiredLockStatusType = 'NOOP' | 'ACQUIRED' | 'NOT_ACQUIRED';
export type ReleasedLockStatusType = 'NOOP' | 'RELEASED' | 'ERROR';
