/// import type { ChildProcess } from 'child_process'; import type { RpcRemoteMethod } from './types'; export declare function wrapRpc any>(childProcess: ChildProcess): RpcRemoteMethod;