/**
 * Set the checkboxStatus status for all purposes in the consent modal at once.
 */
export declare function setAllCheckboxes(checkboxStatus: boolean): void;
