export declare class PointF { x: number; y: number; z: number; static empty(): PointF; constructor(x: number, y: number, z: number); }