import type { ShaderModule, UniformFormat } from '../types.d.mts'; export declare const flattenFormat: (format: UniformFormat, type?: ShaderModule) => string; export declare const formatFormat: (format: UniformFormat, type?: ShaderModule) => string;