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