export declare const GATEWAY_COMMANDS: { 'CREATE_GATEWAY': string; 'ADD_GATEWAY': string; 'UPDATE_GATEWAY': string; 'DESTROY_GATEWAY': string; 'PUBLISH_GATEWAY': string; 'UNPUBLISH_GATEWAY': string; 'PUBLISH_GATEWAYS': string; 'UNPUBLISH_GATEWAYS': string; 'UPLOAD_GATEWAYS': string; 'PROCESS_UPLOADED_GATEWAYS': string; 'CREATE_GATEWAY_ACCOUNT': string; 'CREATE_GATEWAY_ACCOUNTS': string; 'UPDATE_GATEWAY_ACCOUNT': string; 'DESTROY_GATEWAY_ACCOUNT': string; 'UPLOAD_GATEWAY_ACCOUNTS': string; 'PROCESS_UPLOADED_GATEWAY_ACCOUNTS': string; 'CREATE_GATEWAY_RECEIVER': string; 'UPDATE_GATEWAY_RECEIVER': string; 'DESTROY_GATEWAY_RECEIVER': string; 'UPLOAD_GATEWAY_RECEIVERS': string; 'PROCESS_UPLOADED_GATEWAY_RECEIVERS': string; 'CREATE_GATEWAY_SOURCE': string; 'CREATE_GATEWAY_SOURCES': string; 'UPDATE_GATEWAY_SOURCE': string; 'DESTROY_GATEWAY_SOURCE': string; 'UPLOAD_GATEWAY_SOURCES': string; 'PROCESS_UPLOADED_GATEWAY_SOURCES': string; }; export declare const GATEWAY_ACTIONS: { 'GET_GATEWAY': string; 'LIST_GATEWAYS': string; 'GET_PUBLIC_GATEWAY': string; 'LIST_PUBLIC_GATEWAYS': string; 'GET_GATEWAY_RECEIVER': string; 'LIST_GATEWAY_RECEIVERS': string; 'GET_GATEWAY_ACCOUNT': string; 'LIST_GATEWAY_ACCOUNTS': string; 'GET_GATEWAY_SOURCE': string; 'LIST_GATEWAY_SOURCES': string; 'LIST_GATEWAY_EVENTS': string; 'GET_GATEWAY_UPLOAD': string; 'LIST_GATEWAY_UPLOADS': string; 'GET_GATEWAY_FORM': string; 'LIST_GATEWAY_FORMS': string; 'LIST_PUBLIC_GATEWAY_FORMS': string; }; export declare const GATEWAY_EVENTS: { 'GATEWAY_CREATED': string; 'GATEWAY_ADDED': string; 'GATEWAY_UPDATED': string; 'GATEWAY_DESTROYED': string; 'GATEWAYS_UPLOADED': string; 'GATEWAYS_UPLOAD_PROCESSED': string; 'GATEWAY_PUBLISHED': string; 'GATEWAY_UNPUBLISHED': string; 'GATEWAYS_PUBLISHED': string; 'GATEWAYS_UNPUBLISHED': string; 'GATEWAY_ACCOUNT_CREATED': string; 'GATEWAY_ACCOUNTS_CREATED': string; 'GATEWAY_ACCOUNT_UPDATED': string; 'GATEWAY_ACCOUNT_DESTROYED': string; 'GATEWAY_ACCOUNTS_UPLOADED': string; 'GATEWAY_ACCOUNTS_UPLOAD_PROCESSED': string; 'GATEWAY_SOURCE_CREATED': string; 'GATEWAY_SOURCES_CREATED': string; 'GATEWAY_SOURCE_UPDATED': string; 'GATEWAY_SOURCE_DESTROYED': string; 'GATEWAY_SOURCES_UPLOADED': string; 'GATEWAY_SOURCES_UPLOAD_PROCESSED': string; 'GATEWAY_RECEIVER_CREATED': string; 'GATEWAY_RECEIVER_UPDATED': string; 'GATEWAY_RECEIVER_DESTROYED': string; 'GATEWAY_RECEIVERS_UPLOADED': string; 'GATEWAY_RECEIVERS_UPLOAD_PROCESSED': string; };