/** * Get cash rounding amount action — preview the company's cash rounding for an * amount (or the cart's balance due) WITHOUT touching any state. Read-only. * * Built for flow-owned cash tender UIs: fetch the rounded total, display it, * collect the tendered cash, then call `cashPayment({ amount, tenderedAmount })`. */ import type { GetCashRoundingAmount } from "./types"; export declare const getCashRoundingAmount: GetCashRoundingAmount;