import type { CanonicalMessage } from "@empiricalrun/shared-types/chat-agent"; import type { UniqueFrameInfos, VideoAnalysisSummary } from "@empiricalrun/shared-types/test-gen"; export declare const uploadFramesToR2: (videoUrlHash: string, frames: UniqueFrameInfos[]) => Promise; export declare const uploadSummaryToR2: (videoInfo: VideoAnalysisSummary) => Promise; export declare function uploadChatStateToR2(allMessages: CanonicalMessage[], videoUrlHash: string): Promise; //# sourceMappingURL=storage-manager.d.ts.map