/**
 * Useful tool for previewing textures
 * @param {THREE.Texture} texture
 * @param {number} resolution
 * @param {boolean} flipY
 */
export function debug_preview_texture({ texture, resolution, flipY }: THREE.Texture): void;
//# sourceMappingURL=debug_preview_texture.d.ts.map