/** * Created by user on 2019/6/11. */ import { IPropertyKey } from 'reflect-metadata-util'; export declare function checkMemberDecoratorsOnly(name: string, target: any, propertyName: IPropertyKey): void;