export type CreateBatchGlobals = { /** * Optional string used to pick a non-default API version to use. See our API version guide. */ shippoApiVersion?: string | undefined; }; //# sourceMappingURL=createbatch.d.ts.map