import type { EntityOptions, Type } from '../../type/index.js';
export declare function Entity<E>(opts?: EntityOptions): (entity: Type<E>) => void;
