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