export declare const CONSTANTS: { Documents: { Indexing: { Fields: { ALL_FIELDS: string; DOCUMENT_ID_FIELD_NAME: string; REDUCE_KEY_HASH_FIELD_NAME: string; REDUCE_KEY_KEY_VALUE_FIELD_NAME: string; SPATIAL_SHAPE_FIELD_NAME: string; }; Spatial: { DEFAULT_DISTANCE_ERROR_PCT: number; }; SIDE_BY_SIDE_INDEX_NAME_PREFIX: string; }; Metadata: { COLLECTION: "@collection" | "@attachments" | "@id" | "@last-modified" | "@flags" | "@counters" | "@expires" | "@change-vector" | "Raven-Node-Type" | "@nested-object-types"; PROJECTION: "@collection" | "@attachments" | "@id" | "@last-modified" | "@flags" | "@counters" | "@expires" | "@change-vector" | "Raven-Node-Type" | "@nested-object-types"; KEY: "@collection" | "@attachments" | "@id" | "@last-modified" | "@flags" | "@counters" | "@expires" | "@change-vector" | "Raven-Node-Type" | "@nested-object-types"; ID: "@collection" | "@attachments" | "@id" | "@last-modified" | "@flags" | "@counters" | "@expires" | "@change-vector" | "Raven-Node-Type" | "@nested-object-types"; CONFLICT: string; ID_PROPERTY: string; FLAGS: "@collection" | "@attachments" | "@id" | "@last-modified" | "@flags" | "@counters" | "@expires" | "@change-vector" | "Raven-Node-Type" | "@nested-object-types"; ATTACHMENTS: "@collection" | "@attachments" | "@id" | "@last-modified" | "@flags" | "@counters" | "@expires" | "@change-vector" | "Raven-Node-Type" | "@nested-object-types"; INDEX_SCORE: "@collection" | "@attachments" | "@id" | "@last-modified" | "@flags" | "@counters" | "@expires" | "@change-vector" | "Raven-Node-Type" | "@nested-object-types"; LAST_MODIFIED: "@collection" | "@attachments" | "@id" | "@last-modified" | "@flags" | "@counters" | "@expires" | "@change-vector" | "Raven-Node-Type" | "@nested-object-types"; RAVEN_JS_TYPE: "@collection" | "@attachments" | "@id" | "@last-modified" | "@flags" | "@counters" | "@expires" | "@change-vector" | "Raven-Node-Type" | "@nested-object-types"; CHANGE_VECTOR: "@collection" | "@attachments" | "@id" | "@last-modified" | "@flags" | "@counters" | "@expires" | "@change-vector" | "Raven-Node-Type" | "@nested-object-types"; EXPIRES: "@collection" | "@attachments" | "@id" | "@last-modified" | "@flags" | "@counters" | "@expires" | "@change-vector" | "Raven-Node-Type" | "@nested-object-types"; ALL_DOCUMENTS_COLLECTION: string; EMPTY_COLLECTION: string; NESTED_OBJECT_TYPES: "@collection" | "@attachments" | "@id" | "@last-modified" | "@flags" | "@counters" | "@expires" | "@change-vector" | "Raven-Node-Type" | "@nested-object-types"; COUNTERS: "@collection" | "@attachments" | "@id" | "@last-modified" | "@flags" | "@counters" | "@expires" | "@change-vector" | "Raven-Node-Type" | "@nested-object-types"; REVISION_COUNTERS: string; IGNORE_CASE_TRANSFORM_REGEX: RegExp; }; }; }; export declare const HEADERS: { REQUEST_TIME: string; REFRESH_TOPOLOGY: string; TOPOLOGY_ETAG: string; LAST_KNOWN_CLUSTER_TRANSACTION_INDEX: string; CLIENT_CONFIGURATION_ETAG: string; REFRESH_CLIENT_CONFIGURATION: string; CLIENT_VERSION: string; SERVER_VERSION: string; ETAG: string; IF_NONE_MATCH: string; TRANSFER_ENCODING: string; CONTENT_ENCODING: string; CONTENT_LENGTH: string; DATABASE_MISSING: string; }; export declare const COUNTERS: { ALL: string; };