declare class MetaProperty {
}
declare const _default: {
    (options: import("./Target").CreateOptions<typeof MetaProperty>): (target: Object, name: string, p?: number | TypedPropertyDescriptor<any>) => any;
    (target: {
        [x: string]: any;
    }, propertyKey: string): any;
    (target: {
        [x: string]: any;
    }, propertyKey: string, descriptor: TypedPropertyDescriptor<any>): any;
    (target: {
        [x: string]: any;
    }, propertyKey: string, parameterIndex: number): any;
} & import("./annotation/type").LinkAnnotationType<typeof MetaProperty> & typeof MetaProperty;
export default _default;
