import type { Ipc } from "../../ipc.js"; export declare const X_IPC_UPGRADE_KEY = "X-Dweb-Ipc-Upgrade-Key"; export declare const headers_ipc_channel_wm: WeakMap>; export declare const getIpcChannel: (headers: Headers) => Promise | undefined; export declare const prepareIpcChannel: (ipc: Ipc, headers: Headers, channelIpc?: Ipc | Promise) => any; //# sourceMappingURL=IpcChannel.d.ts.map