import type { GatewayBatch, PostageBatch } from "../../clients";
export type AnyBatch = PostageBatch | GatewayBatch;
//# sourceMappingURL=types.d.ts.map