import * as cog from '../cog'; import * as preferencesv1alpha1 from '../preferencesv1alpha1'; export declare class CookiePreferencesBuilder implements cog.Builder { protected readonly internal: preferencesv1alpha1.CookiePreferences; constructor(); /** * Builds the object. */ build(): preferencesv1alpha1.CookiePreferences; analytics(analytics: any): this; performance(performance: any): this; functional(functional: any): this; }