import type { Command } from "commander"; import type { Config } from "../types/index.js"; /** * Preview command - Open PR deployment preview */ export declare function previewCommand(program: Command, config: Config): void; //# sourceMappingURL=preview.d.ts.map