export class ExtractIntegrationClient extends ChatBotKitClient { list(request?: import("./v1.js").ExtractIntegrationListRequest): ResponsePromise; fetch(extractId: string): ResponsePromise; create(request: import("./v1.js").ExtractIntegrationCreateRequest): Promise; update(extractId: string, request: import("./v1.js").ExtractIntegrationUpdateRequest): Promise; delete(extractId: string): Promise; } export default ExtractIntegrationClient; export type ResponsePromise = import("../../client.js").ResponsePromise; import { ChatBotKitClient } from '../../client.cjs';