export interface VideoArchiveProjectResult { projectSlug: string; projectDir: string; archivePath: string; cleanedUp: boolean; } export declare function archiveProject(options: { projectSlug: string; root?: string; archiveDir?: string; cleanup?: boolean; now?: Date; }): Promise; //# sourceMappingURL=archive-project.d.ts.map