function recoverEvent(
filters: Partial<{ from: string; id: bigint; to: string }>,
readonly inputs: readonly [
{
readonly indexed: true;
readonly name: "from";
readonly type: "address";
},
{
readonly indexed: true;
readonly name: "to";
readonly type: "address";
},
{
readonly indexed: true;
readonly name: "id";
readonly type: "uint256";
},
];
readonly name: "Recover";
readonly type: "event";
}>;