import type { VastChain, VastTrackingEvent } from '../../../types'; export declare const getProgressEvents: (vastChain: VastChain) => VastTrackingEvent[];