export declare function createPropertyDecorator(callerDecorator: string, cb: (targetPrototype: Object, propertyName: string) => {
    type: any;
    definition: any;
}): (targetPrototype: Object, propertyName: string) => void;
