import WebXPanel from "./webxpanel/WebXPanel"; declare const enableDebugging: typeof WebXPanel.enableDebugging, disableDebugging: typeof WebXPanel.disableDebugging, getDebuggingState: typeof WebXPanel.getDebugging, getLogLevel: typeof WebXPanel.getLogLevel, setLogLevel: typeof WebXPanel.setLogLevel; declare const WebXPanelInstance: WebXPanel; export { WebXPanelInstance as WebXPanel, enableDebugging, disableDebugging, getDebuggingState, getLogLevel, setLogLevel };