declare module fb { interface IFritextService { query(searchString: string, typ?: string, landId?: number): List; } }