/** * Configuration exports */ import { AIIntegrationConfig } from '../types'; export declare const defaultConfig: AIIntegrationConfig; export * from '../types'; //# sourceMappingURL=index.d.ts.map