/** Scan newline-delimited stream-json for the `system`/`init` frame and read * its `tools` array. `workCreate` is whether work-create is in that surface. * `initSeen` is false when no parseable init frame is present (a spawn that * never emitted one, e.g. a crash before the turn). */ export declare function parsePrintSurface(streamContent: string): { initSeen: boolean; workCreate: boolean; tools: string[]; }; //# sourceMappingURL=passive-print-surface.d.ts.map