import { GetRatesWithShipmentDetailsTypes } from ".";
import { Response } from "./types/private";
export declare function formatResponse(response: Response.CalculateRatesResponseBody): GetRatesWithShipmentDetailsTypes.Result;
