import { Name } from './Name'; export declare class NameMapper { static getType(_: any): typeof Name; }