import type { EffectComposerContext } from "../three-js/postprocessing/effect-composer/types"; import { type Writable } from "svelte/store"; export declare function createEffectComposerContext(data: EffectComposerContext, id?: string): Writable; export declare function getEffectComposerContext(id?: string): Writable;