import type { Ipc } from "../../ipc.js"; import { BodyHub, IpcBody } from "./IpcBody.js"; import type { MetaBody } from "./MetaBody.js"; export declare class IpcBodyReceiver extends IpcBody { readonly metaBody: MetaBody; /** * 基于 metaBody 还原 IpcBodyReceiver */ static from(metaBody: MetaBody, ipc: Ipc): import("./IpcBodySender.js").IpcBodySender | IpcBodyReceiver; constructor(metaBody: MetaBody, ipc: Ipc); protected _bodyHub: BodyHub; } //# sourceMappingURL=IpcBodyReceiver.d.ts.map