export declare const Converter: {
    convert: (typeName: string) => any;
};
