export declare const CONTENT_TYPES: { readonly ELEMENT: "application/vnd.edocu.element.v2.0.0+json"; readonly CREDENTIAL: "application/vdn.edocu.files.storage.credential.v0.0.1+json"; readonly BATCH: "application/vnd.edocu.element.files.batch_patch.v0.0.1+json"; readonly WORK_RECORD: "application/vnd.edocu.element.work-record.v0.0.1+json"; readonly BATCH_METADATA: "application/vnd.edocu.element.get.batch.metadata.v2+json"; readonly BATCH_CREATE: "application/vnd.edocu.element.batch_create.v2+json"; readonly BATCH_USERS: "application/vnd.edocu.users.info-about.v1+json"; readonly USER_CREATE: "application/vnd.edocu.user.v0.0.1+json"; readonly BATCH_EDIT_V1: "application/vnd.edocu.element.attributes.batch_patch.v0.0.1+json"; readonly BATCH_EDIT_V2: "application/vnd.edocu.element.attributes.batch_patch.v2+json"; }; export declare const ENDPOINTS: { readonly REGISTRATION: "/service/registration"; readonly ORGANIZATIONS: "/service/organizations"; readonly MEMBRANE: "/service/membrane"; readonly BATCH: "/service/batch"; readonly SEARCH: "/service/search"; readonly PROFILE_PICTURES: "/profile-pictures"; };