export interface WarpPoint { x: number | string; y: number | string; }