import { Point } from '@plait/core'; export declare const normalizeShapePoints: (points: [Point, Point], shift?: boolean) => [Point, Point];