/**
 * Describes a point, shape that encloses no space
 */
export class PointShape3D extends AbstractShape3D {
    static INSTANCE: PointShape3D;
    support(result: any, result_offset: any, direction_x: any, direction_y: any, direction_z: any): void;
}
import { AbstractShape3D } from "./AbstractShape3D.js";
//# sourceMappingURL=PointShape3D.d.ts.map