import type { Provider } from '@novasamatech/host-api'; declare global { interface Window { __HOST_API_PORT__?: MessagePort; __HOST_WEBVIEW_MARK__?: boolean; } } export declare const sandboxProvider: Provider; export declare const sandboxTransport: import("@novasamatech/host-api").Transport;