export declare const RPCEventAckResponse: (id: string) => {
    id: string;
    result: {
        [key: string]: any;
    };
    jsonrpc: "2.0";
};
//# sourceMappingURL=RPCEventAck.d.ts.map