export declare function preprocessQuery(query: string): string; export declare function prepareQueryForEmbedding(query: string, model: string): string; export declare function prepareDocumentForEmbedding(text: string, model: string): string; //# sourceMappingURL=query.d.ts.map