/**
 * Converts a non-negative rupee amount to Hindi words for certificates.
 * - Whole rupees: "… रुपये मात्र" (e.g. 33930.00)
 * - With paise: "… और चालीस पैसे" (e.g. 33930.40)
 */
export declare function numberToHindiWords(amount: number): string;
//# sourceMappingURL=numberToHindiWords.d.ts.map