import { BufferGeometry } from 'three';
import { TetGeometry } from '../TetGeometry';
import { TetTesselationParams } from '../TetCommon';
export declare function tetToTetMesh(tetGeometry: TetGeometry, tesselationParams: TetTesselationParams): import("three").Mesh<BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>;
