export default function kmp(string: string, value: string): boolean;
