import { FullSyncAbstractResponse, FullSyncDefaultResponse } from "./fullSyncResponse";
export declare class C8oFullSyncTranslator {
    static FULL_SYNC_RESPONSE_KEY_COUNT: string;
    static FULL_SYNC_RESPONSE_KEY_ROWS: string;
    static FULL_SYNC_RESPONSE_KEY_CURRENT: string;
    static FULL_SYNC_RESPONSE_KEY_DIRECTION: string;
    static FULL_SYNC_RESPONSE_KEY_TOTAL: string;
    static FULL_SYNC_RESPONSE_KEY_OK: string;
    static FULL_SYNC_RESPONSE_KEY_STATUS: string;
    static FULL_SYNC_RESPONSE_VALUE_DIRECTION_PUSH: string;
    static FULL_SYNC_RESPONSE_VALUE_DIRECTION_PULL: string;
    static XML_KEY_DOCUMENT: string;
    static XML_KEY_COUCHDB_OUTPUT: string;
    static fullSyncDocumentOperationResponseToJson(fullSyncDocumentOperationResponse: FullSyncAbstractResponse): JSON;
    static fullSyncDefaultResponseToJson(fullSyncDefaultResponse: FullSyncDefaultResponse): JSON;
}
