export declare function normalize(str: string): string; export declare function tokenize(str: string): Array; export declare function enrichTokensForIndex(tokens: Array): Array;