interface Options { overlap?: boolean; } declare const occurrences: (string: string, search: string, { overlap }?: Options) => number; export { occurrences, }; export type { Options as OccurencesOptions, }; //# sourceMappingURL=occurrences.d.ts.map