export default interface IDeserializeOptions {
  normalize?: boolean;
};
