export declare function strstr(haystack: string, needle: string, bool?: boolean): string | false;