import { Promise } from 'angular2/src/facade/async';
export declare class XHR {
    get(url: string): Promise<string>;
}
