import type { AxiosInstance } from 'axios'; import type { CustomerConfig, ConversationOptions } from '../types.js'; /** * Pull conversations for a customer and save incrementally. */ export declare function pullConversations(client: AxiosInstance, customer: CustomerConfig, options?: ConversationOptions, verbose?: boolean): Promise; //# sourceMappingURL=conversations.d.ts.map