import { ResetScaleAndCenterRequest } from './reset-scale-and-center-request';
import { IExecution } from '@foblex/mediator';
import { IPoint, IRect } from '@foblex/2d';
import * as i0 from "@angular/core";
export declare class ResetScaleAndCenterExecution implements IExecution<ResetScaleAndCenterRequest, void> {
    private readonly _fMediator;
    private readonly _fComponentsStore;
    private get _transform();
    handle(request: ResetScaleAndCenterRequest): void;
    _oneToOneCentering(rect: IRect, parentRect: IRect, points: IPoint[]): void;
    private _getZeroPositionWithoutScale;
    static ɵfac: i0.ɵɵFactoryDeclaration<ResetScaleAndCenterExecution, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<ResetScaleAndCenterExecution>;
}
