export declare const CHANNEL_COMMANDS: { 'CREATE': string; 'UPDATE': string; 'PUBLISH': string; 'UNPUBLISH': string; 'CREATE_CHANNEL': string; 'ADD_CHANNEL': string; 'MOVE_CHANNEL': string; 'REMOVE_CHANNEL': string; 'UPLOAD_CHANNELS': string; 'PROCESS_UPLOADED_CHANNELS': string; 'SET_CHANNEL_CUSTOMER_PRIMARY': string; 'SET_CHANNEL_VENDOR_PRIMARY': string; 'SET_CHANNEL_GATEWAY_PRIMARY': string; 'SET_CHANNEL_FULFILLMENT_SERVICE_PRIMARY': string; 'SET_CHANNEL_FEED_PRIMARY': string; 'SET_CHANNEL_NEXUS': string; 'SET_CHANNEL_THEME': string; 'SET_CHANNEL_TAM_PRIMARY': string; 'ADD_TAM': string; 'UPDATE_TAM': string; 'REMOVE_TAM': string; 'ADD_RULES_SHIPPING': string; 'UPDATE_RULES_SHIPPING': string; 'REMOVE_RULES_SHIPPING': string; 'ADD_RULES_TAXES': string; 'UPDATE_RULES_TAXES': string; 'REMOVE_RULES_TAXES': string; }; export declare const CHANNEL_EVENTS: { 'CREATED': string; 'UPDATED': string; 'CHANNEL_CREATED': string; 'CHANNEL_ADDED': string; 'CHANNEL_MOVED': string; 'CHANNEL_REMOVED': string; 'PUBLISHED': string; 'UNPUBLISHED': string; 'CHANNEL_CUSTOMER_PRIMARY_SET': string; 'CHANNEL_VENDOR_PRIMARY_SET': string; 'CHANNEL_GATEWAY_PRIMARY_SET': string; 'CHANNEL_FULFILLMENT_SERVICE_PRIMARY_SET': string; 'CHANNEL_FEED_PRIMARY_SET': string; 'CHANNEL_NEXUS_SET': string; 'CHANNEL_THEME_SET': string; 'CHANNEL_TAM_PRIMARY_SET': string; 'CHANNELS_UPLOADED': string; 'CHANNELS_UPLOAD_PROCESSED': string; 'TAM_ADDED': string; 'TAM_UPDATED': string; 'TAM_REMOVED': string; 'RULES_TAXES_ADDED': string; 'RULES_TAXES_UPDATED': string; 'RULES_TAXES_REMOVED': string; 'RULES_SHIPPING_ADDED': string; 'RULES_SHIPPING_UPDATED': string; 'RULES_SHIPPING_REMOVED': string; }; export declare const CHANNEL_ACTIONS: { 'GET': string; 'GET_PARENT': string; 'LIST': string; 'LIST_CHILDREN': string; 'LIST_SIBLINGS': string; 'LIST_DESCENDANTS': string; 'LIST_ANCESTORS': string; 'GET_CUSTOMER_PRIMARY': string; 'GET_VENDOR_PRIMARY': string; 'GET_GATEWAY_PRIMARY': string; 'GET_FULFILLMENT_SERVICE_PRIMARY': string; 'GET_NEXUS': string; 'GET_THEME': string; 'LIST_THEMES': string; 'GET_TAM_PRIMARY': string; 'GET_TAM': string; 'LIST_TAMS': string; 'GET_TAM_EVENT': string; 'LIST_TAM_EVENTS': string; 'GET_RULES_SHIPPING': string; 'LIST_RULES_SHIPPING': string; 'GET_RULES_SHIPPING_EVENT': string; 'LIST_RULES_SHIPPING_EVENTS': string; 'GET_RULES_TAXES': string; 'LIST_RULES_TAXES': string; 'GET_RULES_TAXES_EVENT': string; 'LIST_RULES_TAXES_EVENTS': string; 'GET_FEED_PRIMARY': string; };