declare module fb { interface IBase64encoderService { encode(data: any): string; } }