import { Point } from './Point'; export declare const formatll: (point: Point) => Point; export declare const llToStagell: (point: Point, stageWidth: number, stageHeight: number) => Point;