import 'reflect-metadata'; import { Target } from '../definitions/target'; export default function getClassName(target: Target): string;