import Connection from '../../index'; declare const onConnectAsync: (connection: Connection) => () => Promise; export default onConnectAsync;