type Type = { new (...args: any): T; type: string; }; export default function makeType(type: string): Type; export {};