declare module fb { interface IPersonSearchService { query(searchString: string, contactType: number): List; } }