import { NodePath, NumericLiteral } from '../types'; import { CompileOptions, CompiledMatcher } from '.'; export default function matchNumericLiteral(path: NodePath, compileOptions: CompileOptions): CompiledMatcher;