import { ConverterResult } from '../types';
export declare const convert: (n: number) => ConverterResult;
