import * as z from "zod/v4-mini"; export type GetCarrierAccountGlobals = { /** * Optional string used to pick a non-default API version to use. See our API version guide. */ shippoApiVersion?: string | undefined; }; export type GetCarrierAccountRequest = { /** * Object ID of the carrier account */ carrierAccountId: string; }; /** @internal */ export type GetCarrierAccountRequest$Outbound = { CarrierAccountId: string; }; /** @internal */ export declare const GetCarrierAccountRequest$outboundSchema: z.ZodMiniType; export declare function getCarrierAccountRequestToJSON(getCarrierAccountRequest: GetCarrierAccountRequest): string; //# sourceMappingURL=getcarrieraccount.d.ts.map