import { IMinMaxPoint } from '@foblex/2d';
export interface INodeMoveLimits extends IMinMaxPoint {
}
