import { Object3D } from "three";
import { OutlinePass } from "three/examples/jsm/postprocessing/OutlinePass";
export declare const outlinePtr: boolean[];
export declare const addOutline: (target: Object3D) => void;
export declare const deleteOutline: (target: Object3D) => void;
declare const outlinePass: OutlinePass;
export default outlinePass;
