import type { ErrorPayload, ApiResponse } from './types.js'; /** * Send an error payload to the Errio API. * Retries once on failure. Never throws. */ export declare function sendError(apiKey: string, payload: ErrorPayload): Promise; //# sourceMappingURL=transport.d.ts.map