import type { Connection } from '../../../../..';
declare const Connection: any;
type Connection = ReturnType<typeof Connection>;
export default Connection;
