export class UnknownType { }

/**
 * Geometric Point as [number,number] with validation and binding support
 *
 * @concrete ./internal/types.ts#PointContract
 */
export type Point = [number, number];