import * as z from "zod"; import { PersonDetails } from "./persondetails.js"; export type PeopleListResponse = { people?: Array | undefined; next_cursor?: string | undefined; }; export declare const PeopleListResponse$zodSchema: z.ZodType; //# sourceMappingURL=peoplelistresponse.d.ts.map