import { BitmapData } from './types'; export declare const copy: (source: BitmapData, sx?: number, sy?: number, sw?: number, sh?: number) => BitmapData;