import { Behavior } from '../behavior'; import { HttpClient } from '@angular/common/http'; import { BehaviorContext } from '../behavior-context'; import * as i0 from "@angular/core"; export declare class HttpGetRequest implements Behavior { http: HttpClient; constructor(http: HttpClient); execute(args: { [key: string]: any; }, context: BehaviorContext): Promise; static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }