import { UpdateConnection } from '../../types';
export declare const updateConnection: (params: UpdateConnection) => Promise<void>;
