import { ScoobyAPI } from "@animaapp/scooby-api/src/types"; export declare function uploadTestSnapshot(snapshotName: string, testsPath: string, commitHash: string, api: ScoobyAPI): Promise; export declare function downloadTestSnapshot(snapshotName: string, baseCommitHash: string, api: ScoobyAPI): Promise;