/** * Server-only helper to emit a script tag exactly once during SSR. */ export declare function ScriptOnce({ children }: { children: string; }): import("react/jsx-runtime").JSX.Element | null;