import { Stats1 } from './Stats1';
import { CreativeSetStats } from './CreativeSetStats';
/**
 * stats
 * @targetNSAlias `tns`
 * @targetNamespace `https://www.google.com/apis/ads/publisher/v202505`
 */
export interface Stats {
    /** stats */
    stats?: Stats1;
    /** creativeSetStats[] */
    creativeSetStats?: Array<CreativeSetStats>;
}
