import type { Sphere } from "./types.js"; /** * Creates a new sphere with a default center 0,0,0 and radius 1 * @returns A new sphere. */ export declare function create(): Sphere;