export declare function strpos(haystack: string, needle: string, offset: number): number | false;