import type { Peer } from '../peer';
import { PeerRequest } from '../receiveType';
export declare function emit(rawRequest: PeerRequest<Peer, any>): Promise<any>;
//# sourceMappingURL=emit.d.ts.map