export declare const USER_COMMANDS: { 'START_SESSION': string; 'END_SESSION': string; 'REGISTER_USER': string; 'CREATE_USER': string; 'UPDATE_USER': string; 'UPLOAD_USERS': string; 'PROCESS_UPLOADED_USERS': string; 'LOGIN_USER': string; 'LOGOUT_USER': string; 'ADD_USER': string; 'ADD_USERS': string; 'REMOVE_USER': string; 'INVITE_USER': string; 'CREATE_USER_INVITE': string; 'ACCEPT_USER_INVITE': string; 'REJECT_USER_INVITE': string; 'CANCEL_USER_INVITE': string; 'NOTIFY_USER': string; 'CREATE_USER_NOTIFICATION': string; 'READ_USER_NOTIFICATION': string; 'UNREAD_USER_NOTIFICATION': string; 'ADD_USER_CUSTOMERS': string; 'SET_USER_CUSTOMER': string; 'SET_USER_CUSTOMER_PRIMARY': string; 'ADD_USER_CARTS': string; 'SET_USER_CART': string; 'ADD_USER_CUSTOMER': string; 'UPDATE_USER_CUSTOMER': string; 'REMOVE_USER_CUSTOMER': string; 'ADD_USER_PASSPORT': string; 'CREATE_USER_PASSPORT': string; 'RESET_USER_PASSPORT': string; 'UPDATE_USER_PASSPORT': string; 'REMOVE_USER_PASSPORT': string; }; export declare const USER_ACTIONS: { 'GET_USER': string; 'FIND_USER': string; 'LIST_USERS': string; 'FIND_USERS': string; 'LIST_USER_EVENTS': string; 'GET_USER_UPLOAD': string; 'LIST_USER_UPLOADS': string; 'GET_USER_UPLOAD_RESULT': string; 'LIST_USER_UPLOAD_RESULTS': string; }; export declare const USER_EVENTS: { 'SESSION_STARTED': string; 'SESSION_ENDED': string; 'USER_REGISTERED': string; 'USER_CREATED': string; 'USER_UPDATED': string; 'USERS_UPLOADED': string; 'USERS_UPLOAD_PROCESSED': string; 'USER_LOGGED_IN': string; 'USER_LOGGED_OUT': string; 'USER_ADDED': string; 'USERS_ADDED': string; 'USER_REMOVED': string; 'USER_CART_SET': string; 'USER_CUSTOMER_SET': string; 'USER_CUSTOMER_PRIMARY_SET': string; 'USER_INVITED': string; 'USER_INVITE_ACCEPTED': string; 'USER_INVITE_REJECTED': string; 'USER_INVITE_CANCELLED': string; 'USER_CUSTOMER_ADDED': string; 'USER_CUSTOMERS_ADDED': string; 'USER_CUSTOMER_REMOVED': string; 'USER_CARTS_ADDED': string; 'USER_NOTIFIED': string; 'USER_NOTIFICATION_READ': string; 'USER_NOTIFICATION_UNREAD': string; 'USER_PASSPORT_ADDED': string; 'USER_PASSPORT_CREATED': string; 'USER_PASSPORT_RESET': string; 'USER_PASSPORTS_ADDED': string; 'USER_PASSPORT_REMOVED': string; };