/**
 * @description
 * Rounds a monetary value according to the configured {@link MoneyStrategy}.
 *
 * @docsCategory money
 * @since 2.0.0
 */
export declare function roundMoney(value: number, quantity?: number): number;
