export function createNonLinearAd(): {
    id: any;
    width: number;
    height: number;
    expandedWidth: number;
    expandedHeight: number;
    scalable: boolean;
    maintainAspectRatio: boolean;
    minSuggestedDuration: number;
    apiFramework: string;
    adType: string;
    type: any;
    staticResource: any;
    htmlResource: any;
    iframeResource: any;
    nonlinearClickThroughURLTemplate: any;
    nonlinearClickTrackingURLTemplates: any[];
    adParameters: any;
};
export function isNonLinearAd(ad: any): boolean;
//# sourceMappingURL=non_linear_ad.d.ts.map