Represents a function that can read an Any as a particular AccountI implementation.
typedef AccountDeserializer = AccountI Function(Any any);