import { Command } from "commander"; import { LoginResultOk } from "../utilities/session.js"; export declare function configurePreviewCommand(program: Command): void; export declare function previewArchiveCommand(dir: string, options: unknown): Promise; export declare function archivePreviewBranch(authorization: LoginResultOk, branch: string, project: string): Promise;