type PeopleRole = "buyers" | "sellers" | "renters" | "landlords"; export declare function peopleDetail(params: { accountId: string; personId: number; role?: PeopleRole; teamName?: string; }): Promise; export {}; //# sourceMappingURL=people-detail.d.ts.map