export declare const CUSTOMER_COMMANDS: { 'CREATE_CUSTOMER': string; 'MERGE_CUSTOMERS': string; 'ADD_CUSTOMER': string; 'MOVE_CUSTOMER': string; 'BLACKLIST_CUSTOMER': string; 'UNBLACKLIST_CUSTOMER': string; 'UPDATE_CUSTOMER': string; 'REMOVE_CUSTOMER': string; 'DESTROY_CUSTOMER': string; 'ADD_CUSTOMER_CHILD': string; 'MOVE_CUSTOMER_CHILD': string; 'REMOVE_CUSTOMER_CHILD': string; 'SET_CUSTOMER_BILLING': string; 'SET_CUSTOMER_SHIPPING': string; 'SET_CUSTOMER_FEED': string; 'UPLOAD_CUSTOMERS': string; 'PROCESS_UPLOADED_CUSTOMERS': string; 'ADD_CUSTOMER_CART': string; 'REMOVE_CUSTOMER_CART': string; 'CREATE_CUSTOMER_USER': string; 'ADD_CUSTOMER_USER': string; 'UPDATE_CUSTOMER_USER': string; 'ADD_CUSTOMER_USERS': string; 'REMOVE_CUSTOMER_USER': string; 'SET_CUSTOMER_USER_PRIMARY': string; 'ADD_CUSTOMER_CAMPAIGN': string; 'ADD_CUSTOMER_CAMPAIGNS': string; 'REMOVE_CUSTOMER_CAMPAIGN': string; 'REMOVE_CUSTOMER_CAMPAIGNS': string; 'ADD_CUSTOMER_GATEWAY_ACCOUNT': string; 'CREATE_CUSTOMER_GATEWAY_ACCOUNT': string; 'CREATE_CUSTOMER_GATEWAY_ACCOUNTS': string; 'ADD_CUSTOMER_GATEWAY_ACCOUNTS': string; 'REMOVE_CUSTOMER_GATEWAY_ACCOUNT': string; 'ADD_CUSTOMER_GATEWAY_ACCOUNT_SOURCE': string; 'ADD_CUSTOMER_GATEWAY_ACCOUNT_SOURCES': string; 'CREATE_CUSTOMER_GATEWAY_ACCOUNT_SOURCE': string; 'CREATE_CUSTOMER_GATEWAY_ACCOUNT_SOURCES': string; 'REMOVE_CUSTOMER_GATEWAY_ACCOUNT_SOURCE': string; 'ADD_CUSTOMER_SUBSCRIPTION': string; 'UPDATE_CUSTOMER_SUBSCRIPTION': string; 'DEACTIVATE_CUSTOMER_SUBSCRIPTION': string; 'ACTIVATE_CUSTOMER_SUBSCRIPTION': string; 'CANCEL_CUSTOMER_SUBSCRIPTION': string; }; export declare const CUSTOMER_ACTIONS: { 'GET_CUSTOMER': string; 'FIND_CUSTOMER': string; 'GET_CUSTOMER_BILLING': string; 'GET_CUSTOMER_SHIPPING': string; 'GET_CUSTOMER_PARENT': string; 'LIST_CUSTOMERS': string; 'FIND_CUSTOMERS': string; 'GET_PUBLIC_CUSTOMER': string; 'FIND_PUBLIC_CUSTOMER': string; 'LIST_PUBLIC_CUSTOMERS': string; 'FIND_PUBLIC_CUSTOMERS': string; 'LIST_CUSTOMER_CHILDREN': string; 'LIST_CUSTOMER_SIBLINGS': string; 'LIST_CUSTOMER_DESCENDANTS': string; 'LIST_CUSTOMER_ANCESTORS': string; 'LIST_CUSTOMER_ADDRESSES': string; 'GET_CUSTOMER_CART': string; 'LIST_CUSTOMER_CARTS': string; 'GET_CUSTOMER_ORDER': string; 'LIST_CUSTOMER_ORDERS': string; 'GET_CUSTOMER_GATEWAY_ACCOUNT': string; 'LIST_CUSTOMER_GATEWAY_ACCOUNTS': string; 'GET_CUSTOMER_GATEWAY_ACCOUNT_SOURCE': string; 'LIST_CUSTOMER_GATEWAY_ACCOUNT_SOURCES': string; 'GET_CUSTOMER_SUBSCRIPTION': string; 'LIST_CUSTOMER_SUBSCRIPTIONS': string; 'GET_CUSTOMER_USER': string; 'LIST_CUSTOMER_USERS': string; 'LIST_CUSTOMER_EVENTS': string; 'GET_CUSTOMER_FEED': string; 'GET_CUSTOMER_CAMPAIGN': string; 'LIST_CUSTOMER_CAMPAIGNS': string; 'GET_CUSTOMER_UPLOAD': string; 'LIST_CUSTOMER_UPLOADS': string; 'GET_CUSTOMER_UPLOAD_RESULT': string; 'LIST_CUSTOMER_UPLOAD_RESULTS': string; }; export declare const CUSTOMER_EVENTS: { 'CUSTOMER_CREATED': string; 'CUSTOMERS_MERGED': string; 'CUSTOMER_ADDED': string; 'CUSTOMER_MOVED': string; 'CUSTOMER_BLACKLISTED': string; 'CUSTOMER_UNBLACKLISTED': string; 'CUSTOMER_UPDATED': string; 'CUSTOMER_REMOVED': string; 'CUSTOMER_DESTROYED': string; 'CUSTOMER_CHILD_ADDED': string; 'CUSTOMER_CHILD_MOVED': string; 'CUSTOMER_CHILD_REMOVED': string; 'CUSTOMER_BILLING_SET': string; 'CUSTOMER_SHIPPING_SET': string; 'CUSTOMER_FEED_SET': string; 'CUSTOMERS_UPLOADED': string; 'CUSTOMERS_UPLOAD_PROCESSED': string; 'CUSTOMER_CAMPAIGN_ADDED': string; 'CUSTOMER_CAMPAIGNS_ADDED': string; 'CUSTOMER_CAMPAIGN_REMOVED': string; 'CUSTOMER_CAMPAIGNS_REMOVED': string; 'CUSTOMER_CART_ADDED': string; 'CUSTOMER_CART_REMOVED': string; 'CUSTOMER_GATEWAY_ACCOUNT_ADDED': string; 'CUSTOMER_GATEWAY_ACCOUNT_CREATED': string; 'CUSTOMER_GATEWAY_ACCOUNTS_CREATED': string; 'CUSTOMER_GATEWAY_ACCOUNTS_ADDED': string; 'CUSTOMER_GATEWAY_ACCOUNT_UPDATED': string; 'CUSTOMER_GATEWAY_ACCOUNT_REMOVED': string; 'CUSTOMER_GATEWAY_ACCOUNT_SOURCE_ADDED': string; 'CUSTOMER_GATEWAY_ACCOUNT_SOURCES_ADDED': string; 'CUSTOMER_GATEWAY_ACCOUNT_SOURCE_CREATED': string; 'CUSTOMER_GATEWAY_ACCOUNT_SOURCES_CREATED': string; 'CUSTOMER_GATEWAY_ACCOUNT_SOURCE_UPDATED': string; 'CUSTOMER_GATEWAY_ACCOUNT_SOURCE_REMOVED': string; 'CUSTOMER_SUBSCRIPTION_ADDED': string; 'CUSTOMER_SUBSCRIPTION_UPDATED': string; 'CUSTOMER_SUBSCRIPTION_DEACTIVATED': string; 'CUSTOMER_SUBSCRIPTION_ACTIVATED': string; 'CUSTOMER_SUBSCRIPTION_CANCELLED': string; 'CUSTOMER_USER_ADDED': string; 'CUSTOMER_USER_CREATED': string; 'CUSTOMER_USER_UPDATED': string; 'CUSTOMER_USERS_ADDED': string; 'CUSTOMER_USER_REMOVED': string; 'CUSTOMER_USER_PRIMARY_SET': string; };