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