import { EntityDecoratorOptions } from './entity.interface';
export declare function EntityDecorator(options: EntityDecoratorOptions): (target: Function) => void;
