export declare const SUPPORTED_COMMERCE_OBJECTS: {
    customer_reference: string;
    order_reference: string;
    product_reference: string;
    marketing_activity_reference: string;
    abandonment_reference: string;
    company_reference: string;
    company_contact_reference: string;
};
export declare const PARTNERS_COMMERCE_OBJECTS: string[];
export declare const TRIGGER_SUPPORTED_COMMERCE_OBJECTS: string[];
export declare const ACTION_SUPPORTED_COMMERCE_OBJECTS: string[];
export declare const uiTypesMap: [string, string][];
export declare const actionUiTypesMap: [string, string][];
export declare const triggerUiTypesMap: [string, string][];
