/**
 * Maximum value of the `index` parameter of `readProperty` requests.
 * Used to indicate that a client is interested in the entire list of values
 * as opposed to either the length (`index = 0`) or a specific item
 * (`1 <= index <= MAX_ARRAY_INDEX`).
 */
export declare const MAX_ARRAY_INDEX = 4294967295;
//# sourceMappingURL=constants.d.ts.map