import { type Node } from 'three/webgpu'; import { BicomplexJuliaField, type BicomplexJuliaEvaluation } from '@holotope/core'; import type { ImplicitFieldNode4 } from './implicit-field-node4.js'; /** TSL realization of the bicomplex product-distance record. */ export declare class BicomplexJuliaNode4 implements ImplicitFieldNode4 { readonly field: BicomplexJuliaField; readonly iterationLimit: number; readonly recommendedStepSafety: number; private readonly parameterUniform; private readonly escapeSquared; constructor(field: BicomplexJuliaField); private evaluateFactor; evaluate(point: Node<'vec4'>): Node<'vec4'>; } //# sourceMappingURL=bicomplex-julia-node.d.ts.map