import { BindingKey } from '@loopback/context'; import { DatasetServiceConfig, DbQueryConfig, IDataSetStore, IDbConnector, IQueryTemplateStore } from './types'; import { AnyObject } from '@loopback/repository'; export declare namespace DbQueryAIExtensionBindings { const DatasetStore: BindingKey; const GlobalContext: BindingKey; const Config: BindingKey; const QueryCache: BindingKey; const Connector: BindingKey; const DbKnowledgeGraph: BindingKey; const DefaultConditions: BindingKey; const TemplateCache: BindingKey; const TemplateStore: BindingKey; } export declare namespace DatasetServiceBindings { const Config: BindingKey; } export declare const POST_DATASET_TAG = "ai-integration.post-dataset-generation.node";