import { IPC_MESSAGE_TYPE } from "../internal/IpcMessage.js"; export type $IpcStreamEnd = ReturnType; export declare const IpcStreamEnd: (stream_id: string, order?: number) => { readonly stream_id: string; readonly order: number; readonly type: IPC_MESSAGE_TYPE.STREAM_END; }; //# sourceMappingURL=IpcStreamEnd.d.ts.map