import { EventNames } from "@connext/types"; import { handleReceivedProtocolMessage } from "./handle-protocol-message"; export declare const eventImplementations: { PROTOCOL_MESSAGE_EVENT: typeof handleReceivedProtocolMessage; REJECT_INSTALL_EVENT: (requestHandler: import("../request-handler").RequestHandler, receivedRejectProposalMessage: import("@connext/types").ProtocolEventMessage<"REJECT_INSTALL_EVENT">) => Promise; }; //# sourceMappingURL=index.d.ts.map