interface NuToWOptions {
    convertDigits?: boolean;
}
export declare const numberToWordFa: (input: string | number | null | undefined, options?: NuToWOptions) => string;
export {};
