import { type FormatOptionsWithLanguage } from './OptionsWithLanguage.js'; type FormatAsPercentOptions = FormatOptionsWithLanguage>; declare global { interface Number { formatAsPercent(...options: FormatAsPercentOptions): string; } } export {}; //# sourceMappingURL=Number.formatAsPercent.d.ts.map