/** @packageDocumentation * @module Common */ /** Counts how many times string 'lookup' is repeated in string 'str'. * @internal */ export declare function countMatchesInString(str: string, lookup: string): number; //# sourceMappingURL=countMatchesInString.d.ts.map