Represents the parameters for the "getSessionExpirationForSigner" function.
type GetSessionExpirationForSignerParams = { signer: AbiParameterToPrimitiveType<{ name: "signer"; type: "address"; }>;};
type signer = AbiParameterToPrimitiveType<{ name: "signer"; type: "address";}>;