import type { Connection, ServiceOptions } from './types.js'; export default function connect(options: ServiceOptions, _authentication: Record | null, existingConnection: Connection | null): Promise;