export declare function kmp(text: string, word: string): number;
