function userOperationRevertReasonEvent(
filters: Partial<{ sender: string; userOpHash: `0x${string}` }>,
readonly inputs: readonly [
{
readonly indexed: true;
readonly name: "userOpHash";
readonly type: "bytes32";
},
{
readonly indexed: true;
readonly name: "sender";
readonly type: "address";
},
{ readonly name: "nonce"; readonly type: "uint256" },
{ readonly name: "revertReason"; readonly type: "bytes" },
];
readonly name: "UserOperationRevertReason";
readonly type: "event";
}>;