UNPKG

integreat

Version:
4 lines (3 loc) 269 B
import type Connection from '../Connection.js'; import type { Action, Response, Transporter } from '../../types.js'; export declare const sendToTransporter: (transporter: Transporter, connection: Connection, serviceId: string) => (action: Action) => Promise<Response>;