function toFunctionSelector(fn: string | AbiFunction): `0x${string}`;
let fn: string | AbiFunction;
let returnType: `0x${string}`;