import { DatabaseSchema } from '../../types'; export declare class ContextRagService { getContexts(prompt: string, tables: string[]): Promise; seedContexts(dbSchema: DatabaseSchema): Promise; }