export type BinOptions = { cellSizePixels: number; }; export declare const binOptionsUniforms: { readonly name: "binOptions"; readonly vs: "layout(std140) uniform binOptionsUniforms {\n float cellSizePixels;\n} binOptions;\n"; readonly uniformTypes: { readonly cellSizePixels: "f32"; }; }; //# sourceMappingURL=bin-options-uniforms.d.ts.map