/** @format */ export declare const DimoEnvironment: { readonly Production: { readonly Agents: "https://agents.dimo.zone"; readonly Attestation: "https://attestation-api.dimo.zone"; readonly Auth: "https://auth.dimo.zone"; readonly Identity: "https://identity-api.dimo.zone/query"; readonly Devices: "https://devices-api.dimo.zone"; readonly DeviceDefinitions: "https://device-definitions-api.dimo.zone"; readonly Fetch: "https://fetch-api.dimo.zone/query"; readonly Telemetry: "https://telemetry-api.dimo.zone/query"; readonly TokenExchange: "https://token-exchange-api.dimo.zone"; readonly Trips: "https://trips-api.dimo.zone"; readonly Valuations: "https://valuations-api.dimo.zone"; readonly VehicleSignalDecoding: "https://vehicle-signal-decoding.dimo.zone"; readonly VehicleTriggers: "https://vehicle-triggers-api.dimo.zone"; }; }; export type DimoEnvironment = typeof DimoEnvironment.Production;