import { IEntityOptions } from '../lib/options/IEntityOptions'; export declare function Entity(options?: IEntityOptions): (object: Function) => void;