/// <reference types="node" />
import { RemoteCommunicationPostMessageStream } from '../../PostMessageStream/RemoteCommunicationPostMessageStream';
export declare function write(instance: RemoteCommunicationPostMessageStream, chunk: any, _encoding: BufferEncoding, callback: (error?: Error | null) => void): Promise<void>;
//# sourceMappingURL=write.d.ts.map