import { LineBasicMaterial, MeshStandardMaterial, Color } from 'three';
export declare const step = 0.000001;
export declare function csgMaterialMesh(color: Color, wireframe: boolean): MeshStandardMaterial;
export declare function csgMaterialLine(color: Color): LineBasicMaterial;
