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