import { ProgramBundle } from './types'; /** Compile the heatmap shader program (scientific/trading/full bundles). */ export declare function registerHeatmapProgram(gl: WebGLRenderingContext, bundle: ProgramBundle): void;