import type { PickClipState } from './types.js'; /** * Write the picker uniform block into `out` (>= 32 floats) and `outFlags` (a * Uint32 view of the same buffer at float lane 28 / byte 112). `clip` is the * section plane + crop box the last render applied; an absent section / box * leaves its flag bit clear so picks aren't clipped. */ export declare function packPickUniforms(viewProj: Float32Array, clip: PickClipState | null | undefined, out: Float32Array, outFlags: Uint32Array): void; //# sourceMappingURL=pick-uniforms.d.ts.map