import { NumberLike } from '../interfaces'; export declare function toQuantity(value: NumberLike): string;