import { BehaviorContext } from '../behavior-context'; import { Behavior } from '../behavior'; import * as i0 from "@angular/core"; export declare class SetLoadingStateInactive implements Behavior { execute(args: any, context: BehaviorContext): Promise; static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }