import type { ComputeNode } from 'three/webgpu'; import type { BoidsIndicesComputeSimulation } from './contracts.js'; declare const computeIndices: (simulation: BoidsIndicesComputeSimulation) => ComputeNode; export { computeIndices }; export type { BoidsIndicesComputeSimulation } from './contracts.js';