import * as bt from 'babel-types'; import Context from '../Context'; export default function printGenericTypeAnnotation(node: bt.GenericTypeAnnotation, ctx: Context): string;