export declare function strpbrk(haystack: string, charList: string): string | false;