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