export type FromObjectManagedHeader = {
  version: string;
  encoding: string;
  custom?: undefined;
};
