import { Constructor, EntityOptions } from './EntityTypes.js'; export default function EntityRecord( Base: TBase, options: EntityOptions> = {}, ) {}