import { NodePath, AssignmentPattern } from '../types'; import { CompiledMatcher, CompileOptions } from '.'; export default function compileAssignmentPatternMatcher(pattern: NodePath, compileOptions: CompileOptions): CompiledMatcher | void;