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