import { Receiver } from '../interfaces'; declare const _default: (send: (msg: any) => Promise, receiver: Receiver) => void; export default _default;