export declare const ServiceName: { CSI: string; }; export declare const CSIResponseTypes: { GENERIC_ERROR: string; GENERIC_SUCCESS: string; DATA_COLLECTION_STATUS: string; DATA_COLLECTION_ERROR_STATUS: string; DOCUMENT_TRANSACTION_STATUS: string; DOCUMENT_TRANSACTION_ERROR_STATUS: string; DOCUMENT_EXPORT_STATUS: string; DOCUMENT_DOWNLOAD_STATUS: string; DOCUMENT_EXPORT_ERROR_STATUS: string; DOCUMENT_READY_STATUS: string; DOCUMENT_READY_ERROR_STATUS: string; }; export declare const ServiceEvents: { [x: string]: { "CSI-Error": string; "CSI-Success": string; "CSI-DataCollectStatus": string; "CSI-DataCollectErrorStatus": string; "CSI-DocumentTransactionStatus": string; "CSI-DocumentTransactionErrorStatus": string; "CSI-DocumentReadyStatus": string; "CSI-DocumentReadyErrorStatus": string; "CSI-DocumentExportStatus": string; "CSI-DocumentExportErrorStatus": string; "CSI-DocumentDownloadStatus": string; }; }; export declare const getEvent: (Service: any, responseType: any) => any;