Returns the first value with the provided key or null if it doesn't exist.
null
function get(key: CBORValue): CBORValue | null;
key