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