import type { DaemonClient } from "@bytetrue/client/internal/daemon-client"; import type { AgentTimelineItem } from "@bytetrue/protocol/agent-types"; interface FetchProjectedTimelineItemsInput { client: DaemonClient; agentId: string; } export declare function fetchProjectedTimelineItems(input: FetchProjectedTimelineItemsInput): Promise; export {}; //# sourceMappingURL=timeline.d.ts.map