export default function findTypeByName(types: T[], name: string): T | undefined;