/// <reference types="google-publisher-tag" />
export type SlotSize = googletag.GeneralSize;
export interface SlotSizeMapping {
    [key: string]: googletag.GeneralSize;
}
