import type { UIntArray } from "@thi.ng/api"; import type { ITexture, ReadableTextureFormat, TextureType } from "./api/texture.js"; export declare const readPixels: (gl: WebGLRenderingContext, x: number, y: number, w: number, h: number, format: ReadableTextureFormat, type: TextureType, out: T) => T; export declare const readTexture: (gl: WebGLRenderingContext, tex: ITexture, format: ReadableTextureFormat, type: TextureType, out: T) => T; //# sourceMappingURL=readpixels.d.ts.map