import { AiAssistant } from './aiAssistant'; export interface CreateAiAssistantProps { /** App def id of your ai-assistant */ appDefId: string; } export declare function createAiAssistant({ appDefId, }: CreateAiAssistantProps): AiAssistant; //# sourceMappingURL=createAiAssistant.d.ts.map