import { IPoint } from '@foblex/2d';
export declare class GetNormalizedPointRequest {
    position: IPoint;
    constructor(position: IPoint);
}
