import type { Person } from "./person";
export type ListPersonsResponseBody = {
    items: Person[];
};
//# sourceMappingURL=list-persons-response-body.d.ts.map