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

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