import { BaseResponse } from './base-response'; export declare class ConnectFreightCarrierResponse extends BaseResponse { /** * Use this object to return any information needed to authorize requests to the carrier on behalf of the user - access tokens, etc... All future requests for this connection will include the data returned here. */ auth: any; }