import type { HDRHTMLCanvasElement } from "./types/HDRCanvas.d.ts";
export declare function initHDRCanvas(canvas: HDRHTMLCanvasElement): RenderingContext | null;
export declare function defaultGetContextHDR(): void;
export declare function resetGetContext(): void;