import { BitmapData } from './types'; export declare const resize: (source: BitmapData, dw: number, dh: number) => BitmapData;