import type { VastEventTrackerOptions, VastChain } from '../../types'; /** * Tracks an error. * * @param vastChain the ad VAST Chain. * @param options Options Map */ export declare const trackError: (vastChain: VastChain, { errorCode, tracker }: VastEventTrackerOptions) => void;