import { GenericTypeAnnotation, NodePath } from '../types'; import { CompiledReplacement, CompileReplacementOptions } from '.'; export default function compileGenericTypeAnnotationReplacement(path: NodePath, compileOptions: CompileReplacementOptions): CompiledReplacement | void;