/** * Configuration utilities */ export declare function getQdrantUrl(): string; export declare function getIndexerUrl(): string; export declare function getGeminiKey(): string | undefined; export declare function getGICMApiUrl(): string; //# sourceMappingURL=config.d.ts.map