import * as THREE from "three"; export type TextureResource = { bytes: ArrayBuffer; contentType: string; }; export declare function readTextureResource(texture: THREE.Texture, maxBytes: number): Promise; //# sourceMappingURL=resource.d.ts.map