export declare class BaseRequest { transaction_id: string; scac: string; /** * The carrier authorization information needed to fulfill this request. */ auth?: any; }