package bond type Decoder interface { Decode(any) error }