export declare function NGramTokenization(text: string, n: number): string[];