import { PersonResult } from '../model/Result'; import PeopleSearchClientImpl from './PeopleSearchClient'; export declare class CachingPeopleSearchClient extends PeopleSearchClientImpl { prefetchPeople: Promise | undefined; constructor(url: string, cloudId: string); getRecentPeople(): Promise; }