import { TAbbreviation } from './types/TAbbreviation';
export declare const numberAbbr: (value: number, options?: TAbbreviation | undefined) => string;
