declare class TextWordToInteger {
    private _wordToDigit;
    parse(word: string): number;
}
export { TextWordToInteger };
