export type PKAbrConfigObject = {
  fpsDroppedMonitoringThreshold: number,
  fpsDroppedFramesInterval: number,
  capLevelOnFPSDrop: boolean
};
