/**
 *
 * @param {Engine} engine
 * @param {LightProbeVolume} volume
 * @param {string} [path_key]
 * @param {number} [placement_surface_offset] How far to place new probes away from the surface
 * @param {number} [probe_size] purely visual, how big is each probe when visualised?
 */
export function lpv_build_editor({ engine, volume, path_key, placement_surface_offset, probe_size, }: Engine): Promise<void>;
//# sourceMappingURL=lpv_build_editor.d.ts.map