import type { ClippingPlane } from './types.js'; export declare function copyClippingPlanes(planes: ClippingPlane[]): ClippingPlane[];