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