import { type ChartNode } from '@ironclad/rivet-core'; import { type RivetUIContext } from '../../../core/src/model/RivetUIContext'; export declare function useGetRivetUIContext(): (args_0: { node?: ChartNode | undefined; }) => Promise; //# sourceMappingURL=useGetRivetUIContext.d.ts.map