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