/**
 * Set the consent status for some purposes using the purpose ID.
 */
export declare function setCheckboxes(checkboxesStatus: {
    [key: string]: boolean;
}): void;
