import * as z from "zod/v4-mini"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; import { Pagination } from "./pagination.js"; import { Refund } from "./refund.js"; export type ListResourceRefund = { items: Array; pagination: Pagination; }; /** @internal */ export declare const ListResourceRefund$inboundSchema: z.ZodMiniType; export declare function listResourceRefundFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=listresourcerefund.d.ts.map