import type { Bitmap } from '../types'; export declare function createBitmap(width: number, height: number, highestPixel: number): Bitmap; //# sourceMappingURL=createBitmap.d.ts.map