/// export type NestedData = NestedData[] | T; export declare function u32buffer(data: number[]): Uint32Array; export declare function newBufferFormatLength(format: GPUVertexFormat, size: number): Float32Array | Uint32Array;