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