import { IDataObject } from 'n8n-workflow';
export declare const BASE_API_URL = "https://api.rd.services";
export declare const EVENT_FAMILY = "CDP";
export declare const ECOMMERCE_EVENT_TYPE_MAP: IDataObject;
export declare const LEGAL_BASES_OBJECT: {
    category: string;
    type: string;
    status: string;
}[];
