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