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