import { DecoratorTarget } from './decorator_utils'; export declare function targetName(name: string): (target: DecoratorTarget, targetKey: string, index: number) => void;