import type { Action, Response } from 'integreat';
import type { Connection } from './types.js';
export default function send(action: Action, connection: Connection | null): Promise<Response>;
