/** * @author Yannick Deubel (https://github.com/yandeu) * @copyright Copyright (c) 2020 Yannick Deubel; Project Url: https://github.com/enable3d/enable3d * @license {@link https://github.com/enable3d/enable3d/blob/master/LICENSE|LGPL-3.0} */ import { Quaternion } from 'three'; export declare const createTorusShape: (config: { radius: number; tube: number; tubularSegments: number; }, quat: Quaternion) => Ammo.btCompoundShape; //# sourceMappingURL=torusShape.d.ts.map