import { Point } from '../point'; export declare function toString(point: Point): string; export declare function fromString(point: string): Point;