import { PerspectiveCamera } from "three"; export declare const setCameraStack: import("@lincode/reactivity").SetGlobalState, getCameraStack: import("@lincode/reactivity").GetGlobalState; export declare const pushCameraStack: (val: PerspectiveCamera) => void; export declare const pullCameraStack: (val: PerspectiveCamera) => void;