import { Connection } from './types.js'; export default function disconnect(connection: Connection | null): Promise;