import type { Dispatch, Response, AuthenticateExternal } from 'integreat'; import type { Connection, PortHandlers } from './types.js'; declare const _default: (portHandlers: PortHandlers) => (dispatch: Dispatch, connection: Connection | null, authenticate: AuthenticateExternal) => Promise; export default _default;