/**
 * Round payable amount to whole rupees: floor if fractional part < 0.50, else ceil.
 * Input is normalized to 2 decimal places before comparing the fractional part.
 */
export declare function roundPayableHalfUpRupee(amount: number): number;
//# sourceMappingURL=roundPayableAmount.d.ts.map