/**
 * Place / scheme labels for certificate prose: Roman → Devanagari.
 * Dates and numeric amounts are formatted separately and stay numeric.
 */
export declare function toHindiDisplayName(text: string): string;
export declare function isDevanagariText(text: string): boolean;
//# sourceMappingURL=hindiDisplayText.d.ts.map