export declare function normalizeOpenClawGatewayStreamLine(rawLine: string): { stream: "stdout" | "stderr" | null; line: string; }; //# sourceMappingURL=stream.d.ts.map