import * as z from "zod"; import { Info } from "./info.js"; export type ListResponse = { resources?: Array | undefined; next_cursor?: string | null | undefined; total_count?: number | undefined; }; export declare const ListResponse$zodSchema: z.ZodType; //# sourceMappingURL=listresponse.d.ts.map