import type { I18nContextType } from "../../../components/i18n-context"; import type { Dispatch, InteractiveGraphElementSuite, RayGraphState } from "../types"; export declare function renderRayGraph(state: RayGraphState, dispatch: Dispatch, i18n: I18nContextType): InteractiveGraphElementSuite; export declare function describeRayGraph(state: RayGraphState, i18n: I18nContextType): Record;