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