import { GoalInvocation } from "@atomist/sdm"; import { GoalCacheArchiveStore } from "./CompressingGoalCache"; /** * Goal archive store that stores the compressed archives into the SDM cache directory. */ export declare class FileSystemGoalCacheArchiveStore implements GoalCacheArchiveStore { private static readonly archiveName; store(gi: GoalInvocation, classifier: string, archivePath: string): Promise; delete(gi: GoalInvocation, classifier: string): Promise; retrieve(gi: GoalInvocation, classifier: string, targetArchivePath: string): Promise; private static getCacheDirectory; } //# sourceMappingURL=FileSystemGoalCacheArchiveStore.d.ts.map