import type { SsgoiContext } from "./types.js"; export declare function setSsgoiContext(context: SsgoiContext): void; export declare function getSsgoiContext(): SsgoiContext;