import type { Peer } from '../../../peer'; import type { IFunction, IFunctionPrint } from '../plugin'; export declare function startReceivePrintFunction(print: IFunctionPrint, localFunction: IFunction, peer: Peer, thisArg?: any): void; //# sourceMappingURL=startReceivePrintFunction.d.ts.map