import type { EntityOptions } from "../../types/entity-options";
export declare const Entity: (nameOrOptions?: string | EntityOptions | undefined) => (entityConstructor: any) => void;
