export declare const MILVUS_ENDPOINTS: { GET_GEMINI_EMBEDDING: string; GET_LOINC_CODE: string; GET_CLOSEST_TERM: string; }; export declare const preprocessSearchTerm: (searchTerm: string) => string; export declare const extractParentheticalText: (inputText: string) => string;