import { DimoEnvironment } from '../../environments'; export declare const getDeveloperJwt: (input: { client_id: string; domain: string; private_key: string; address: string; }, env: keyof typeof DimoEnvironment) => Promise;