declare function targetName(name: string): (target: any, targetKey: string, index: number) => any;
export default targetName;
