export declare const LOG_MESSAGES: { CREATED: { code: number; msg: string; }; MSG_RECEIVED: { code: number; msg: string; }; CHECKPOINT_RECEIVED: { code: number; msg: string; }; ERROR_MSG: { code: number; msg: string; }; ABORT_IMPORT: { code: number; msg: string; }; ROLLBACK: { code: number; msg: string; }; ADJUST_DATA: { code: number; msg: string; }; ON_RECEIVE: { code: number; msg: string; }; ON_RECEIVE_EXEC: { code: number; msg: string; }; ON_RECEIVE_GET_TRANSACTION: { code: number; msg: string; }; ON_RECEIVE_GET_TRANSACTIONS: { code: number; msg: string; }; SERVER_COMMAND_NOT_FOUND: { code: number; msg: string; }; EXEC_TRUNCATE: { code: number; msg: string; }; EXEC_BEGIN_IMPORT: { code: number; msg: string; }; EXEC_END_IMPORT: { code: number; msg: string; }; EXEC_ABORT_IMPORT: { code: number; msg: string; }; EXEC_BEGIN_RESTORE: { code: number; msg: string; }; EXEC_END_RESTORE: { code: number; msg: string; }; EXEC_ABORT_RESTORE: { code: number; msg: string; }; REQUEST_BEFORE_HAS_MISMATCH: { code: number; msg: string; }; LASTBEFOREOBJ_CHECK_PASSED: { code: number; msg: string; }; EXEC_NEWCSN: { code: number; msg: string; }; ERROR_CAUSE: { code: number; msg: string; }; CHECKPOINT_PROTECTEDCSN: { code: number; msg: string; }; STARTING: { code: number; msg: string; }; STARTED: { code: number; msg: string; }; DISCONNECTED: { code: number; msg: string; }; REMOUNTED: { code: number; msg: string; }; CONNECTED: { code: number; msg: string; }; DELETE_STORAGE: { code: number; msg: string; }; FAILED_SWEEP_STORAGE: { code: number; msg: string; }; QUERY: { code: number; msg: string; }; QUERY_ERROR: { code: number; msg: string; }; COUNT_ERROR: { code: number; msg: string; }; RECEIVED_TYPE_CSN: { code: number; msg: string; }; PROCTRANSACTION: { code: number; msg: string; }; QUEUED_QUERY: { code: number; msg: string; }; UPDATE_SUBSET_DB: { code: number; msg: string; }; ROLLBACK_TRANSACTIONS: { code: number; msg: string; }; RESET_DATA: { code: number; msg: string; }; RESET_DATA0: { code: number; msg: string; }; MOUNTING_MODE: { code: number; msg: string; }; SUBSET_QUERY_WARN: { code: number; msg: string; }; QUERY_CSN: { code: number; msg: string; }; COUNT_CSN: { code: number; msg: string; }; COUNT: { code: number; msg: string; }; GET_READLOCK: { code: number; msg: string; }; RELEASE_READLOCK: { code: number; msg: string; }; ROLLBACK_TRANSACTIONS2: { code: number; msg: string; }; INSUFFICIENT_ROLLBACK_TRANSACTIONS: { code: number; msg: string; }; WAIT_FOR_TRANSACTIONS: { code: number; msg: string; }; PROCGET_ERROR: { code: number; msg: string; }; PROCPOST_ERROR: { code: number; msg: string; }; ON_RECEIVE_EXEC_MANY: { code: number; msg: string; }; EXEC_BEGIN: { code: number; msg: string; }; EXEC_END: { code: number; msg: string; }; EXEC_ABORT: { code: number; msg: string; }; ON_RECEIVE_UPDATE_MANY: { code: number; msg: string; }; ROLLFORWARD_TRANSACTIONS: { code: number; msg: string; }; TRANSACTION_TIMEOUT: { code: number; msg: string; }; TIME_OF_EXEC: { code: number; msg: string; }; UPDATE_SUBSET_ERROR: { code: number; msg: string; }; EXEC_FORCE_ROLLBACK: { code: number; msg: string; }; ON_RECEIVE_GET_UPDATE_DATA: { code: number; msg: string; }; USE_TRANSACTION: { code: number; msg: string; }; ON_RECEIVE_GET_LATEST_CSN: { code: number; msg: string; }; PROCEED_TRANSACTION: { code: number; msg: string; }; QUEUE_WAITING: { code: number; msg: string; }; MONGODB_LOG: { code: number; msg: string; }; TOO_LARGE_RESPONSE: { code: number; msg: string; }; DEBUG_LOG: { code: number; msg: string; }; };