import { IPoint } from '@foblex/2d';
import { GetNormalizedPointRequest } from './get-normalized-point-request';
import { IExecution } from '@foblex/mediator';
import * as i0 from "@angular/core";
export declare class GetNormalizedPointExecution implements IExecution<GetNormalizedPointRequest, IPoint> {
    private readonly _fComponentsStore;
    private get _transform();
    handle(request: GetNormalizedPointRequest): IPoint;
    static ɵfac: i0.ɵɵFactoryDeclaration<GetNormalizedPointExecution, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<GetNormalizedPointExecution>;
}
