import { Vec3 } from "./_common";
export declare function tgdSdfSphere([x, y, z]: Vec3, [centerX, centerY, centerZ]: Vec3, radius: number): number;
//# sourceMappingURL=sphere.d.ts.map