/**
 * Copyright (c) 2019-2020 mol* contributors, licensed under MIT, See LICENSE file for more info.
 *
 * @author Alexander Rose <alexander.rose@weirdbyte.de>
 */
import { Primitive } from './primitive.js';
import { Cage } from './cage.js';
export declare const tetrahedronVertices: ReadonlyArray<number>;
export declare const tetrahedronIndices: ReadonlyArray<number>;
export declare function Tetrahedron(): Primitive;
export declare function TetrahedronCage(): Cage;
