import { DisplayModel } from '../models/display.model'; export declare function Display(name: string, order?: number, description?: string, prefix?: string, suffix?: string): (target: Object, property: string | symbol) => void; export declare function getDisplayModel(instance: T, property: keyof T): DisplayModel;