/** * Copyright (c) 2018-2019 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose */ import { Primitive } from './primitive.js'; import { Cage } from './cage.js'; /** * Create a prism with a triangular base */ export declare function createWedge(): Primitive; export declare function Wedge(): Primitive; export declare function WedgeCage(): Cage;