export declare const OFFER_COMMANDS: { 'CREATE_OFFER': string; 'ADD_OFFER': string; 'UPDATE_OFFER': string; 'DESTROY_OFFER': string; 'REMOVE_OFFER': string; 'PUBLISH_OFFER': string; 'CALCULATE_OFFER': string; 'UNPUBLISH_OFFER': string; 'UNPUBLISH_OFFERS': string; 'ADD_OFFER_CAMPAIGN': string; 'REMOVE_OFFER_CAMPAIGN': string; 'ADD_OFFER_IMAGE': string; 'ADD_OFFER_IMAGES': string; 'MOVE_OFFER_IMAGE': string; 'REMOVE_OFFER_IMAGE': string; 'UPLOAD_OFFERS': string; 'PROCESS_UPLOADED_OFFERS': string; 'UPLOAD_OFFER_METADATA': string; 'PROCESS_UPLOADED_OFFER_METADATA': string; 'ADD_OFFER_VARIANT': string; 'ADD_OFFER_VARIANTS': string; 'UPDATE_OFFER_VARIANT': string; 'REMOVE_OFFER_VARIANT': string; 'ADD_OFFER_BILLING_MODEL': string; 'ADD_OFFER_BILLING_MODELS': string; 'REMOVE_OFFER_BILLING_MODEL': string; 'ADD_OFFER_UP_SELL': string; 'ADD_OFFER_UP_SELLS': string; 'REMOVE_OFFER_UP_SELL': string; 'ADD_OFFER_CROSS_SELL': string; 'ADD_OFFER_CROSS_SELLS': string; 'REMOVE_OFFER_CROSS_SELL': string; 'ADD_OFFER_DOWN_SELL': string; 'ADD_OFFER_DOWN_SELLS': string; 'REMOVE_OFFER_DOWN_SELL': string; }; export declare const OFFER_ACTIONS: { 'GET_OFFER': string; 'FIND_OFFER': string; 'LIST_OFFERS': string; 'FIND_OFFERS': string; 'GET_PUBLIC_OFFER': string; 'FIND_PUBLIC_OFFER': string; 'LIST_PUBLIC_OFFERS': string; 'FIND_PUBLIC_OFFERS': string; 'LIST_OFFER_EVENTS': string; 'GET_OFFER_CAMPAIGN': string; 'LIST_OFFER_CAMPAIGNS': string; 'GET_PUBLIC_OFFER_CAMPAIGN': string; 'LIST_PUBLIC_OFFER_CAMPAIGNS': string; 'GET_OFFER_UPLOAD_RESULT': string; 'LIST_OFFER_UPLOAD_RESULTS': string; 'GET_OFFER_UPLOAD': string; 'LIST_OFFER_UPLOADS': string; 'GET_OFFER_METADATA_UPLOAD_RESULT': string; 'LIST_OFFER_METADATA_UPLOAD_RESULTS': string; 'GET_OFFER_METADATA_UPLOAD': string; 'LIST_OFFER_METADATA_UPLOADS': string; 'GET_OFFER_PRODUCT': string; 'GET_OFFER_VARIANT': string; 'LIST_OFFER_VARIANTS': string; 'FIND_OFFER_VARIANTS': string; 'GET_PUBLIC_OFFER_VARIANT': string; 'LIST_PUBLIC_OFFER_VARIANTS': string; 'FIND_PUBLIC_OFFER_VARIANTS': string; 'GET_OFFER_UP_SELL': string; 'LIST_OFFER_UP_SELLS': string; 'GET_OFFER_CROSS_SELL': string; 'LIST_OFFER_CROSS_SELLS': string; 'GET_OFFER_DOWN_SELL': string; 'LIST_OFFER_DOWN_SELLS': string; }; export declare const OFFER_EVENTS: { 'OFFER_CREATED': string; 'OFFER_ADDED': string; 'OFFER_UPDATED': string; 'OFFER_DESTROYED': string; 'OFFERS_UPLOADED': string; 'OFFERS_UPLOAD_PROCESSED': string; 'OFFERS_METADATA_UPLOADED': string; 'OFFERS_METADATA_UPLOAD_PROCESSED': string; 'OFFER_REMOVED': string; 'OFFER_PUBLISHED': string; 'OFFER_UNPUBLISHED': string; 'OFFERS_UNPUBLISHED': string; 'OFFER_CALCULATED': string; 'OFFER_VARIANT_ADDED': string; 'OFFER_VARIANTS_ADDED': string; 'OFFER_VARIANT_UPDATED': string; 'OFFER_VARIANT_REMOVED': string; 'OFFER_VARIANT_PUBLISHED': string; 'OFFER_VARIANT_UNPUBLISHED': string; 'OFFER_BILLING_MODEL_ADDED': string; 'OFFER_BILLING_MODELS_ADDED': string; 'OFFER_BILLING_MODEL_REMOVED': string; 'OFFER_CAMPAIGN_ADDED': string; 'OFFER_CAMPAIGN_REMOVED': string; 'OFFER_UP_SELL_ADDED': string; 'OFFER_UP_SELLS_ADDED': string; 'OFFER_UP_SELL_REMOVED': string; 'OFFER_CROSS_SELL_ADDED': string; 'OFFER_CROSS_SELLS_ADDED': string; 'OFFER_CROSS_SELL_REMOVED': string; 'OFFER_DOWN_SELL_ADDED': string; 'OFFER_DOWN_SELLS_ADDED': string; 'OFFER_DOWN_SELL_REMOVED': string; 'OFFER_IMAGE_ADDED': string; 'OFFER_IMAGES_ADDED': string; 'OFFER_IMAGE_MOVED': string; 'OFFER_IMAGE_REMOVED': string; };