/**
 * Set the consent status for all purposes at once.
 */
export declare function setAll(consentStatus: boolean): void;
