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