import type { TRoot } from './root/createRoot.svelte.js'; export declare function setRootContext(root: TRoot): TRoot; export declare function getRootContext(): TRoot;