import { SearchResult } from "../tools/types.js"; export declare function searchWithSpotlight(query: string, path?: string, fileTypes?: string[]): Promise; export declare function searchFileContent(pattern: string, path: string, fileTypes?: string[], isRegex?: boolean): Promise; export declare function getFileTags(filePath: string): Promise; export declare function setFileTags(filePath: string, tags: string[]): Promise; export declare function searchByTags(tags: string[], path?: string): Promise; export declare function fuzzyMatch(query: string, text: string): number; export declare function searchFilenames(query: string, path: string, fileTypes?: string[], maxResults?: number): Promise; //# sourceMappingURL=file-search.d.ts.map