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