export declare const toNumber: (s: string) => number; export declare const numberDE: (n: number) => string; export declare const fromCents: (input: number) => number; export declare const fromCentsDE: (input: number) => string; export declare const fromCentsCH: (input: number) => string; export declare const toFixed: (n: number, fixed: number) => string; export declare const numFormat: (n: number, locale?: string, digits?: number) => string; export declare const formatDE: (n: number, digits?: number) => string; export declare const formatCH: (n: number, digits?: number) => string;