import { EntityOptions } from '../interfaces/decorators.interface';
export declare function Entity<T>(options: EntityOptions<T>): ClassDecorator;
