import { ArtifactInputPath, ArtifactInputUrl } from "@empiricalrun/shared-types/chat-agent"; export declare function waitForSummaryJson(repoDir: string): Promise; export declare function extractVideoAttachments(repoDir: string, testName: string): Array; export declare function uploadVideosWithSpinner(videoArtifacts: Array, testName: string): Promise; //# sourceMappingURL=upload.d.ts.map