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