declare module fb { interface IMockService { resolve(type: fb.RequestType, identifier: string, returnValue: any): void; reject(type: fb.RequestType, identifier: string, returnValur: any): void; getPendingRequests(): string[]; } }