/**
 * A utility that checks if zaraz exists on the window object. If not it queues
 * the events until zaraz is initialized. If zaraz is initialized, it flushes
 * the queue.
 */
export declare function getZaraz(): any;
