import { PropertyConfig } from '../../PropertyConfig'; export declare function property(config?: Partial): (target: any, key: string) => void;