declare class TexturePreview { private canvas; private context; constructor(); update(textureData: Uint8Array, width: number, height: number): void; private getFlippedBuffer; } export { TexturePreview };