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