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