import type { VpaidCreativeAdUnit } from '../../../types';
export declare const handshake: (creativeAd: VpaidCreativeAdUnit, supportedVersion: string) => string;
