import { VideoAdContainer } from '../../../adContainer'; import type { VastChain, VpaidCreativeAdUnit } from '../../../types'; export declare const loadCreative: (vastChain: VastChain, videoAdContainer: VideoAdContainer) => Promise;