export interface Settings { pixelId: string; disablePushState?: boolean; disableAutoConfig?: boolean; disableFirstPartyCookies?: boolean; agent?: string; ldu: string; formatUserDataWithParamBuilder?: boolean; }