import { type MonacoContextValue, type MonacoProviderProps } from "./types"; export declare const MonacoProvider: ({ children, clientId, network, seiRpcUrl, walletClient, tokenLifecycle: tokenLifecycleConfig }: MonacoProviderProps) => import("react/jsx-runtime").JSX.Element; export declare const useMonacoContext: () => MonacoContextValue;