/** * Maximum number of addresses that can be queried at once when using /state/entity/details endpoint */ export declare const MAX_ADDRESSES_COUNT = 20; /** * Maximum number of NFT IDs that can be queried at once when using /state/non-fungible/data * or /state/non-fungible/location endpoint */ export declare const MAX_NFT_IDS_COUNT = 29; /** * Maximum number of validator addresses that can be queried when using /statistics/validators/uptime endpoint */ export declare const MAX_VALIDATORS_UPTIME_COUNT = 200; /** * Gateway API SDK version */ export declare const SDK_VERSION: string;