/**
 * Copyright (c) 2019 mol* contributors, licensed under MIT, See LICENSE file for more info.
 *
 * @author Alexander Rose <alexander.rose@weirdbyte.de>
 */
import { TextureImage } from '../../../mol-gl/renderable/util.js';
export declare function getTriCount(): TextureImage<Uint8Array>;
export declare function getTriIndices(): TextureImage<Uint8Array>;
