import type { UboLayout, UniformData } from '../../../shared/shader/types';
export declare const WGSL_TO_STD40_SIZE: Record<string, number>;
export declare function createUboElementsSTD40(uniformData: UniformData[]): UboLayout;
