/**
 *
 * @param {NumericType} type
 * @param {number} channel_count
 */
export function computeThreeTextureFormat(type: NumericType, channel_count: number): number | import("three").PixelFormat;
import { NumericType } from "../../../core/math/NumericType.js";
//# sourceMappingURL=computeThreeTextureFormat.d.ts.map