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