export type PKPreferNativeConfigObject = {
  hls: boolean,
  dash: boolean
};
