import { Schema } from 'airtight';
import { Point } from '../types/point.js';
export declare const PointSchema: Schema<Point>;
