import type { BasePerson } from "./base-person";
export type Person = BasePerson;
//# sourceMappingURL=person.d.cts.map