default: {
    byteLength: (value: any) => any;
    decode: Decoder;
    encode: typeof encode;
    encodingLength: (value: any) => any;
}