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