export declare class GfxTexture { texture: any; constructor(width: number, height: number); setPixels(pixels: Buffer): void; }