export declare const withPlural: (totalQuantity: number, singular: string, plural: string) => string;
