export interface GenerateInstallCommandOptions { cwd?: string; baseUrl?: string; } export declare function generateInstallCommand(jobId: string, opts: GenerateInstallCommandOptions): Promise; //# sourceMappingURL=generate-install.d.ts.map