import { TypeOrName } from '../container/types/type-or-name';
export declare const getIdentifier: (typeOrName: TypeOrName, target: Object, propertyName: string) => any;
