import type { Converter } from '../types.js';
declare const numberConverter: Converter;
export default numberConverter;
