import { Http } from "@angular/http";
export declare class BreezeBridgeAngularModule {
    http: Http;
    constructor(http: Http);
}
