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