export interface TypeParameterInfo { name: string; text: string; constraint: string | undefined; }