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