import { type Writable } from "svelte/store"; import type { SelectionContextProps } from "../three-js/postprocessing/selection/types"; export declare function createSelectionContext(props: SelectionContextProps): Writable; export declare function getSelectionContext(): Writable;