import { Type } from "../util/type"; import { PropObjectConfig } from "../models/config/prop-config"; export declare function propObject(entity?: Type, config?: PropObjectConfig): (target: Object, propertyKey: string, parameterIndex?: any) => void;