import { SendOptions } from "./types";
/**
 * Spawns a synchronous send request.
 * Errors are not returned and callback is ignored.
 * Only used to report uncaught exceptions.
 * @param options - Send options
 */
export declare function send(options: SendOptions): void;
