export { isLooperWakeupMessage } from './looper-notice-parsing'; interface LooperWakeupNoticeProps { content: string; } /** * Compact rendering for the automated `` check-in message * dispatched into looper when a worker run finishes, instead of the raw * tagged payload. Header summarizes the worker run + goal progress; * transcript and sub-agent details are expandable. Errored runs get error * styling. */ export declare const LooperWakeupNotice: import("react").NamedExoticComponent; //# sourceMappingURL=LooperWakeupNotice.d.ts.map