import { LTWHP } from '../types.js';
export declare const getAreaAsPNG: (canvas: HTMLCanvasElement, position: LTWHP) => string;
