export class Point extends Primitive { point: any; resize(): any; made(): any; unmake(): void; } import { Primitive } from "../../primitive.js";