import type { VpaidCreativeAdUnit } from '../../../types';
export declare const isValidVpaidCreative: (creativeAd: VpaidCreativeAdUnit) => boolean;
