import { IExecution } from '@foblex/mediator';
import { NotifyDataChangedRequest } from './notify-data-changed-request';
import * as i0 from "@angular/core";
export declare class NotifyDataChangedExecution implements IExecution<NotifyDataChangedRequest, void> {
    private _fComponentsStore;
    handle(request: NotifyDataChangedRequest): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<NotifyDataChangedExecution, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<NotifyDataChangedExecution>;
}
