import Skybox from "../display/Skybox"; declare const getSkyboxStack: import("@lincode/reactivity").GetGlobalState; export { getSkyboxStack }; export declare const pushSkyboxStack: (val: Skybox) => void; export declare const pullSkyboxStack: (val: Skybox) => void; export declare const refreshSkyboxStack: () => void;