context.getDatabaseEngine is returning wrong type.
It returns an engine from DATABASE_ENGINES which has a single entry of type StorageEngineVerida but currently it's returning IStorageEngine which has no relationship between two.
And also context.databaseEngines is typed as [key: string]: IStorageEngine but it's assigning StorageEngineVerida type.