class M.CBORObjectimport { M } from "https://deno.land/x/lucid@0.10.10/src/core/core.ts"; const { CBORObject } = M; Methods__destroy_into_raw()free()get(key)insert(key, value)is_definite()keys()len()set_definite_encoding(use_definite)to_bytes()Static Methods__wrap(ptr)from_bytes(bytes)new()