declare var CreateEmptyTexture: (gl: any, width: any, height: any, scaleMode: any, textureIndex: any) => any;
export default CreateEmptyTexture;