/**
 * If some Pageview-based events were not sent due to a lack of consent, they can be sent using this method after consent was granted.
 */
export declare function sendQueuedEvents(): void;
