import { BitmapData, Mode, Bit } from './types'; export declare const fill: (source: BitmapData, value?: Bit, mode?: Mode) => void;