import { StaticPlane } from '../types/Shapes';
export declare function useStaticPlaneShape(normalX: number, normalY: number, normalZ: number, constant: number): StaticPlane;
//# sourceMappingURL=useStaticPlaneShape.d.ts.map