/** * Counts how many tokens from a whitespace-delimited query match against any of the given fields. * Returns a large value for empty or whitespace-only queries so they match all results. */ export declare function countMatchingTokens(query: string, fields: string[]): number; //# sourceMappingURL=search-matcher.d.ts.map