import { NodePath, StringLiteral } from '../types'; import { CompileOptions, CompiledMatcher } from '.'; export default function matchStringLiteral(path: NodePath, compileOptions: CompileOptions): CompiledMatcher;