export interface PKAdBreakOptions {
  type?: string;
  position?: number;
  numAds?: number;
}
