import { BitmapData, Mode } from './types'; export declare const plot: (image: BitmapData, points: [number, number][], mode?: Mode) => void;