export declare const ORDER_COMMANDS: { 'CREATE_ORDER': string; 'UPDATE_ORDER': string; 'DESTROY_ORDER': string; 'PAY_ORDER': string; 'PARTIALLY_PAY_ORDER': string; 'FULFILL_ORDER': string; 'PARTIALLY_FULFILL_ORDER': string; 'REFUND_ORDER': string; 'PARTIALLY_REFUND_ORDER': string; 'CLOSE_ORDER': string; 'CANCEL_ORDER': string; 'CALCULATE_ORDER': string; 'SET_ORDER_CUSTOMER': string; 'SET_ORDER_BILLING': string; 'SET_ORDER_SHIPPING': string; 'SET_ORDER_PAYMENT': string; 'SET_ORDER_FULFILLMENT': string; 'ADD_ORDER_SHIPPING_LINE': string; 'ADD_ORDER_TAX_LINE': string; 'ADD_ORDER_OVERRIDE_LINE': string; 'REMOVE_ORDER_SHIPPING_LINE': string; 'REMOVE_ORDER_TAX_LINE': string; 'REMOVE_ORDER_OVERRIDE_LINE': string; 'UPLOAD_ORDERS': string; 'PROCESS_UPLOADED_ORDERS': string; 'CREATE_ORDER_ITEM': string; 'CREATE_ORDER_ITEMS': string; 'UPDATE_ORDER_ITEM': string; 'REMOVE_ORDER_ITEM': string; 'DESTROY_ORDER_ITEM': string; 'INCREASE_ORDER_ITEM_QUANTITY': string; 'DECREASE_ORDER_ITEM_QUANTITY': string; 'SET_ORDER_ITEM_PAYMENT': string; 'SET_ORDER_ITEM_FULFILLMENT': string; 'ADD_ORDER_ITEM_SHIPPING_LINE': string; 'ADD_ORDER_ITEM_TAX_LINE': string; 'ADD_ORDER_ITEM_OVERRIDE_LINE': string; 'REMOVE_ORDER_ITEM_SHIPPING_LINE': string; 'REMOVE_ORDER_ITEM_TAX_LINE': string; 'REMOVE_ORDER_ITEM_OVERRIDE_LINE': string; 'CREATE_ORDER_TRANSACTION': string; 'CREATE_ORDER_TRANSACTIONS': string; 'CREATE_ORDER_FULFILLMENT': string; 'CREATE_ORDER_FULFILLMENTS': string; 'AUTHORIZE_ORDER_TRANSACTION': string; 'PARTIALLY_AUTHORIZE_ORDER_TRANSACTION': string; 'CAPTURE_ORDER_TRANSACTION': string; 'PARTIALLY_CAPTURE_ORDER_TRANSACTION': string; 'VOID_ORDER_TRANSACTION': string; 'REFUND_ORDER_TRANSACTION': string; 'PARTIALLY_REFUND_ORDER_TRANSACTION': string; 'SALE_ORDER_TRANSACTION': string; 'PARTIALLY_SALE_ORDER_TRANSACTION': string; 'CANCEL_ORDER_TRANSACTION': string; 'FULFILL_ORDER_ITEM': string; 'FULFILL_ORDER_ITEMS': string; 'RETURN_ORDER_ITEM': string; 'RETURN_ORDER_ITEMS': string; 'RESTOCK_ORDER_ITEM': string; 'RESTOCK_ORDER_ITEMS': string; }; export declare const ORDER_ACTIONS: { 'GET_ORDER': string; 'LIST_ORDERS': string; 'GET_ORDER_CUSTOMER': string; 'GET_ORDER_TRANSACTION': string; 'LIST_ORDER_TRANSACTIONS': string; 'LIST_ORDER_TRANSACTION_EVENTS': string; 'GET_ORDER_FULFILLMENT': string; 'LIST_ORDER_FULFILLMENTS': string; 'LIST_ORDER_FULFILLMENT_EVENTS': string; 'LIST_ORDER_EVENTS': string; 'GET_ORDER_BILLING': string; 'GET_ORDER_SHIPPING': string; 'GET_ORDER_PAYMENT_DETAILS': string; 'GET_ORDER_FULFILLMENT_DETAILS': string; 'LIST_ORDER_SHIPPING_LINES': string; 'LIST_ORDER_TAX_LINES': string; 'LIST_ORDER_OVERRIDE_LINES': string; 'GET_ORDER_ITEM': string; 'LIST_ORDER_ITEMS': string; 'GET_ORDER_ITEM_PAYMENT_DETAILS': string; 'GET_ORDER_ITEM_FULFILLMENT_DETAILS': string; 'LIST_ORDER_ITEM_SHIPPING_LINES': string; 'LIST_ORDER_ITEM_TAX_LINES': string; 'LIST_ORDER_ITEM_OVERRIDE_LINES': string; 'GET_ORDER_UPLOAD': string; 'LIST_ORDER_UPLOADS': string; }; export declare const ORDER_EVENTS: { 'ORDER_CREATED': string; 'ORDER_UPDATED': string; 'ORDER_DESTROYED': string; 'ORDER_PAID': string; 'ORDER_PARTIALLY_PAID': string; 'ORDER_FULFILLED': string; 'ORDER_PARTIALLY_FULFILLED': string; 'ORDER_REFUNDED': string; 'ORDER_PARTIALLY_REFUNDED': string; 'ORDER_CLOSED': string; 'ORDER_CANCELLED': string; 'ORDER_CUSTOMER_SET': string; 'ORDER_BILLING_SET': string; 'ORDER_SHIPPING_SET': string; 'ORDER_PAYMENT_SET': string; 'ORDER_FULFILLMENT_SET': string; 'ORDER_SHIPPING_LINE_ADDED': string; 'ORDER_TAX_LINE_ADDED': string; 'ORDER_OVERRIDE_LINE_ADDED': string; 'ORDER_SHIPPING_LINE_REMOVED': string; 'ORDER_TAX_LINE_REMOVED': string; 'ORDER_OVERRIDE_LINE_REMOVED': string; 'ORDER_CALCULATED': string; 'ORDERS_UPLOADED': string; 'ORDERS_UPLOAD_PROCESSED': string; 'ORDER_ITEM_CREATED': string; 'ORDER_ITEMS_CREATED': string; 'ORDER_ITEM_UPDATED': string; 'ORDER_ITEM_QUANTITY_INCREASED': string; 'ORDER_ITEM_QUANTITY_DECREASED': string; 'ORDER_ITEM_REMOVED': string; 'ORDER_ITEM_DESTROYED': string; 'ORDER_ITEM_PAYMENT_SET': string; 'ORDER_ITEM_FULFILLMENT_SET': string; 'ORDER_ITEM_SHIPPING_LINE_ADDED': string; 'ORDER_ITEM_TAX_LINE_ADDED': string; 'ORDER_ITEM_OVERRIDE_LINE_ADDED': string; 'ORDER_ITEM_SHIPPING_LINE_REMOVED': string; 'ORDER_ITEM_TAX_LINE_REMOVED': string; 'ORDER_ITEM_OVERRIDE_LINE_REMOVED': string; 'ORDER_ITEM_FULFILLED': string; 'ORDER_ITEMS_FULFILLED': string; 'ORDER_ITEM_RETURNED': string; 'ORDER_ITEMS_RETURNED': string; 'ORDER_ITEM_RESTOCKED': string; 'ORDER_ITEMS_RESTOCKED': string; 'ORDER_FULFILLMENT_CREATED': string; 'ORDER_FULFILLMENTS_CREATED': string; 'ORDER_FULFILLMENT_FULFILLED': string; 'ORDER_FULFILLMENT_PARTIALLY_FULFILLED': string; 'ORDER_FULFILLMENT_RETURNED': string; 'ORDER_FULFILLMENT_PARTIALLY_RETURNED': string; 'ORDER_FULFILLMENT_RESTOCKED': string; 'ORDER_FULFILLMENT_PARTIALLY_RESTOCKED': string; 'ORDER_TRANSACTION_SOLD': string; 'ORDER_TRANSACTION_PARTIALLY_SOLD': string; 'ORDER_TRANSACTION_AUTHORIZED': string; 'ORDER_TRANSACTION_PARTIALLY_AUTHORIZED': string; 'ORDER_TRANSACTION_REFUNDED': string; 'ORDER_TRANSACTION_PARTIALLY_REFUNDED': string; 'ORDER_TRANSACTION_CAPTURED': string; 'ORDER_TRANSACTION_PARTIALLY_CAPTURED': string; 'ORDER_TRANSACTION_CANCELLED': string; 'ORDER_TRANSACTION_VOIDED': string; 'ORDER_TRANSACTION_CALCULATED': string; 'ORDER_TRANSACTION_CREATED': string; 'ORDER_TRANSACTIONS_CREATED': string; };