import * as z from "zod/v4-mini";
export type ListRefundsGlobals = {
/**
* Optional string used to pick a non-default API version to use. See our API version guide.
*/
shippoApiVersion?: string | undefined;
};
export type ListRefundsRequest = {};
/** @internal */
export type ListRefundsRequest$Outbound = {};
/** @internal */
export declare const ListRefundsRequest$outboundSchema: z.ZodMiniType;
export declare function listRefundsRequestToJSON(listRefundsRequest: ListRefundsRequest): string;
//# sourceMappingURL=listrefunds.d.ts.map