/**
 * Copyright (c) 2019-2025 mol* contributors, licensed under MIT, See LICENSE file for more info.
 *
 * @author Alexander Rose <alexander.rose@weirdbyte.de>
 */
import { WebGLContext } from '../../webgl/context.js';
import { Texture } from '../../../mol-gl/webgl/texture.js';
export declare function getHistopyramidSum(ctx: WebGLContext, pyramidTopTexture: Texture): number;
