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