import { ClientScriptType } from '../helpers/scriptHelper'; export declare const WEBORAMA_VENDOR_ID: "weborama"; export declare const VENDOR_366_ID: "366sas-U9KhdfCC"; export declare const conditionalScriptsCmpHandler: (script: ClientScriptType) => void; export declare const registerCmpPartnerCallback: (name: string, onConsentGranted: () => void) => void; export declare const connectPartnersToCmp: () => void;