import type { IndexEntry, PackageId } from "../types/index.js"; export interface SmartSearchFilters { resourceType?: string; type?: string; kind?: string; package?: PackageId; } export declare const filterBySmartSearch: (results: IndexEntry[], searchTerms: string[]) => IndexEntry[]; //# sourceMappingURL=smart.d.ts.map