export type QuantityFormatter = (value: number) => string;
export declare const QuantityFormatters: {
    [name: string]: QuantityFormatter;
};
