import { DimoEnvironment } from '../../environments'; export declare const getVin: (input: { headers: any; tokenId: string; }, env: keyof typeof DimoEnvironment) => Promise;