import { TemplateLiteral, NodePath } from '../types'; import { CompileOptions, CompiledMatcher } from '.'; export default function matchTemplateLiteral(path: NodePath, compileOptions: CompileOptions): CompiledMatcher | void;