ISharedLockBase: IReaderSemaphore & IWriterLock & {
    forceRelease(): Task<boolean>;
}

IMPORT_PATH: "@daiso-tech/core/shared-lock/contracts"