/** * Internal metadata emitted only by the read-only task-state MCP server. * Control characters make this distinct from JSON or quoted report text. */ export declare function formatTaskStateReferenceMarker(runSlug: string): string; /** Read the internal reference metadata without interpreting ordinary tool text. */ export declare function parseTaskStateReferenceMarker(value: string): string | undefined; //# sourceMappingURL=task-state-reference.d.ts.map