import { SendInput, SendOutput } from '../types';
export declare const send: (input: SendInput) => Promise<SendOutput>;
