import type { KafkaConnection, KafkaConnectionCredentials } from './types'; export declare const getKafkaConnection: ({ topic, credentials }: { topic: string; credentials: KafkaConnectionCredentials; }) => Promise;