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