import { Parser } from "@edgefirst-dev/data/parser"; export declare class NumberParser extends Parser { #private; set locales(value: string | readonly string[]); currency(currency: string, options?: Omit): string; format(options?: Omit): string; percent(options?: Omit): string; timestamp(): Date; fileSize(): string; }