export { inPluginBG, inContentScript, inWindow, inWorker } from "../../types"; /** 浏览插件消息请求标记 */ export declare const WebSocketPluginMethod: { readonly WebSocket: string; readonly Fetch: string; };