export declare const COLLECTION_COMMANDS: { 'CREATE_COLLECTION': string; 'ADD_COLLECTION': string; 'MOVE_COLLECTION': string; 'PUBLISH_COLLECTION': string; 'UNPUBLISH_COLLECTION': string; 'UPDATE_COLLECTION': string; 'REMOVE_COLLECTION': string; 'DESTROY_COLLECTION': string; 'UPLOAD_COLLECTIONS': string; 'PROCESS_UPLOADED_COLLECTIONS': string; 'UPLOAD_COLLECTION_METADATA': string; 'PROCESS_UPLOADED_COLLECTION_METADATA': string; 'ADD_COLLECTION_CHILD': string; 'MOVE_COLLECTION_CHILD': string; 'REMOVE_COLLECTION_CHILD': string; 'ADD_COLLECTION_PRODUCT': string; 'ADD_COLLECTION_PRODUCTS': string; 'MOVE_COLLECTION_PRODUCT': string; 'REMOVE_COLLECTION_PRODUCT': string; 'ADD_COLLECTION_BILLING_MODEL': string; 'ADD_COLLECTION_BILLING_MODELS': string; 'MOVE_COLLECTION_BILLING_MODEL': string; 'REMOVE_COLLECTION_BILLING_MODEL': string; 'ADD_COLLECTION_OFFER': string; 'ADD_COLLECTION_OFFERS': string; 'MOVE_COLLECTION_OFFER': string; 'REMOVE_COLLECTION_OFFER': string; 'ADD_COLLECTION_CUSTOMER': string; 'ADD_COLLECTION_CUSTOMERS': string; 'MOVE_COLLECTION_CUSTOMER': string; 'REMOVE_COLLECTION_CUSTOMER': string; 'ADD_COLLECTION_IMAGE': string; 'ADD_COLLECTION_IMAGES': string; 'UPDATE_COLLECTION_IMAGE': string; 'MOVE_COLLECTION_IMAGE': string; 'REMOVE_COLLECTION_IMAGE': string; }; export declare const COLLECTION_ACTIONS: { 'GET_COLLECTION': string; 'FIND_COLLECTION': string; 'GET_COLLECTION_PARENT': string; 'LIST_COLLECTIONS': string; 'FIND_COLLECTIONS': string; 'LIST_COLLECTION_CHILDREN': string; 'LIST_COLLECTION_SIBLINGS': string; 'LIST_COLLECTION_DESCENDANTS': string; 'LIST_COLLECTION_ANCESTORS': string; 'GET_COLLECTION_CUSTOMER': string; 'LIST_COLLECTION_CUSTOMERS': string; 'LIST_COLLECTION_EVENTS': string; 'GET_COLLECTION_PRODUCT': string; 'LIST_COLLECTION_PRODUCTS': string; 'GET_COLLECTION_BILLING_MODEL': string; 'LIST_COLLECTION_BILLING_MODELS': string; 'GET_COLLECTION_OFFER': string; 'LIST_COLLECTION_OFFERS': string; 'GET_COLLECTION_UPLOAD_RESULT': string; 'LIST_COLLECTION_UPLOAD_RESULTS': string; 'GET_COLLECTION_UPLOAD': string; 'LIST_COLLECTION_UPLOADS': string; 'GET_COLLECTION_METADATA_UPLOAD_RESULT': string; 'LIST_COLLECTION_METADATA_UPLOAD_RESULTS': string; 'GET_COLLECTION_METADATA_UPLOAD': string; 'LIST_COLLECTION_METADATA_UPLOADS': string; 'GET_COLLECTION_IMAGE': string; 'LIST_COLLECTION_IMAGES': string; 'GET_PUBLIC_COLLECTION': string; 'LIST_PUBLIC_COLLECTIONS': string; 'GET_PUBLIC_COLLECTION_PRODUCT': string; 'LIST_PUBLIC_COLLECTION_PRODUCTS': string; 'GET_CATEGORY': string; 'GET_CATEGORY_PARENT': string; 'LIST_CATEGORIES': string; 'LIST_CATEGORY_CHILDREN': string; 'LIST_CATEGORY_SIBLINGS': string; 'LIST_CATEGORY_DESCENDANTS': string; 'LIST_CATEGORY_ANCESTORS': string; 'LIST_CATEGORY_EVENTS': string; 'GET_CATEGORY_PRODUCT': string; 'LIST_CATEGORY_PRODUCTS': string; 'GET_PUBLIC_CATEGORY_PRODUCT': string; 'LIST_PUBLIC_CATEGORY_PRODUCTS': string; 'GET_CATEGORY_IMAGE': string; 'LIST_CATEGORY_IMAGES': string; 'GET_PUBLIC_CATEGORY': string; 'LIST_PUBLIC_CATEGORIES': string; 'GET_PUBLIC_CATEGORY_PARENT': string; 'LIST_PUBLIC_CATEGORY_CHILDREN': string; 'LIST_PUBLIC_CATEGORY_SIBLINGS': string; 'LIST_PUBLIC_CATEGORY_DESCENDANTS': string; 'LIST_PUBLIC_CATEGORY_ANCESTORS': string; 'GET_PUBLIC_CATEGORY_OFFER': string; 'LIST_PUBLIC_CATEGORY_OFFERS': string; 'GET_CAMPAIGN': string; 'GET_CAMPAIGN_PARENT': string; 'LIST_CAMPAIGNS': string; 'LIST_CAMPAIGN_CHILDREN': string; 'LIST_CAMPAIGN_SIBLINGS': string; 'LIST_CAMPAIGN_DESCENDANTS': string; 'LIST_CAMPAIGN_ANCESTORS': string; 'LIST_CAMPAIGN_EVENTS': string; 'GET_CAMPAIGN_BILLING_MODEL': string; 'LIST_CAMPAIGN_BILLING_MODELS': string; 'GET_CAMPAIGN_OFFER': string; 'LIST_CAMPAIGN_OFFERS': string; 'GET_CAMPAIGN_OFFER_VARIANT': string; 'LIST_CAMPAIGN_OFFER_VARIANTS': string; 'GET_CAMPAIGN_CUSTOMER': string; 'LIST_CAMPAIGN_CUSTOMERS': string; 'GET_CAMPAIGN_IMAGE': string; 'LIST_CAMPAIGN_IMAGES': string; 'GET_PUBLIC_CAMPAIGN': string; 'LIST_PUBLIC_CAMPAIGNS': string; 'GET_PUBLIC_CAMPAIGN_PARENT': string; 'LIST_PUBLIC_CAMPAIGN_CHILDREN': string; 'LIST_PUBLIC_CAMPAIGN_SIBLINGS': string; 'LIST_PUBLIC_CAMPAIGN_DESCENDANTS': string; 'LIST_PUBLIC_CAMPAIGN_ANCESTORS': string; 'GET_PUBLIC_CAMPAIGN_OFFER': string; 'LIST_PUBLIC_CAMPAIGN_OFFERS': string; 'GET_PUBLIC_CAMPAIGN_OFFER_VARIANT': string; 'LIST_PUBLIC_CAMPAIGN_OFFER_VARIANTS': string; 'GET_FULFILLMENT_ITEM': string; 'LIST_FULFILLMENT_ITEMS': string; 'GET_FULFILLMENT_SERVICE': string; 'LIST_FULFILLMENT_SERVICES': string; 'GET_FULFILLMENT_SERVICE_FULFILLMENT': string; 'LIST_FULFILLMENT_SERVICE_FULFILLMENTS': string; 'GET_FULFILLMENT_SERVICE_EVENT': string; 'LIST_FULFILLMENT_SERVICE_EVENTS': string; 'GET_FULFILLMENT_SERVICE_UPLOAD': string; 'LIST_FULFILLMENT_SERVICE_UPLOADS': string; }; export declare const COLLECTION_EVENTS: { 'COLLECTION_CREATED': string; 'COLLECTION_ADDED': string; 'COLLECTION_MOVED': string; 'COLLECTION_PUBLISHED': string; 'COLLECTION_UNPUBLISHED': string; 'COLLECTION_UPDATED': string; 'COLLECTION_REMOVED': string; 'COLLECTION_DESTROYED': string; 'COLLECTIONS_UPLOADED': string; 'COLLECTIONS_UPLOAD_PROCESSED': string; 'COLLECTIONS_METADATA_UPLOADED': string; 'COLLECTIONS_METADATA_UPLOAD_PROCESSED': string; 'COLLECTION_CHILD_ADDED': string; 'COLLECTION_CHILD_MOVED': string; 'COLLECTION_CHILD_REMOVED': string; 'COLLECTION_PRODUCT_ADDED': string; 'COLLECTION_PRODUCTS_ADDED': string; 'COLLECTION_PRODUCT_MOVED': string; 'COLLECTION_PRODUCT_REMOVED': string; 'COLLECTION_OFFER_ADDED': string; 'COLLECTION_OFFERS_ADDED': string; 'COLLECTION_OFFER_MOVED': string; 'COLLECTION_OFFER_REMOVED': string; 'COLLECTION_CUSTOMER_ADDED': string; 'COLLECTION_CUSTOMERS_ADDED': string; 'COLLECTION_CUSTOMER_MOVED': string; 'COLLECTION_CUSTOMER_REMOVED': string; 'COLLECTION_BILLING_MODEL_ADDED': string; 'COLLECTION_BILLING_MODELS_ADDED': string; 'COLLECTION_BILLING_MODEL_MOVED': string; 'COLLECTION_BILLING_MODEL_REMOVED': string; 'COLLECTION_IMAGE_ADDED': string; 'COLLECTION_IMAGES_ADDED': string; 'COLLECTION_IMAGE_UPDATED': string; 'COLLECTION_IMAGE_MOVED': string; 'COLLECTION_IMAGE_REMOVED': string; };