export declare function expandNumbers(text: string): string; export declare function expandAbbreviations(text: string): string; export declare function expandText(text: string): string;