import * as z from "zod/v4-mini";
export type GetShippoAccountGlobals = {
/**
* Optional string used to pick a non-default API version to use. See our API version guide.
*/
shippoApiVersion?: string | undefined;
};
export type GetShippoAccountRequest = {
/**
* Object ID of the ShippoAccount
*/
shippoAccountId: string;
};
/** @internal */
export type GetShippoAccountRequest$Outbound = {
ShippoAccountId: string;
};
/** @internal */
export declare const GetShippoAccountRequest$outboundSchema: z.ZodMiniType;
export declare function getShippoAccountRequestToJSON(getShippoAccountRequest: GetShippoAccountRequest): string;
//# sourceMappingURL=getshippoaccount.d.ts.map