export declare const isNumber: (s: string) => boolean; export declare const floorFormatter: (n: number) => string; export declare const volumeFormatter: (n: number) => string; export declare const quantityFormatter: (n: number) => string; export declare const roundWholePercentage: (n: number) => string;