declare const EmptyWebXPanel: { initialize: () => void; addEventListener: () => void; }; declare const enableDebugging: () => void; declare const disableDebugging: () => void; declare const getDebuggingState: () => void; declare const getLogLevel: () => void; declare const setLogLevel: () => void; export default EmptyWebXPanel; export { EmptyWebXPanel as WebXPanel, enableDebugging, disableDebugging, getDebuggingState, getLogLevel, setLogLevel };