import React from 'react'; import type { RuntimeApp } from '../app/createApp'; export declare function RuntimeProvider(props: { app: RuntimeApp; children: React.ReactNode; }): import("react/jsx-runtime").JSX.Element; export declare function useRuntime(): RuntimeApp;