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