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