/** * Download artifact to buffer - adapted for CLI usage * This replaces the simple axios download with the proven redirect handling logic */ export declare function downloadArtifactToBuffer(url: string, originalBaseUrl?: string): Promise; /** * Download artifact directly to a file path - for CLI usage */ export declare function downloadArtifactToFile(url: string, filePath: string, originalBaseUrl?: string): Promise; //# sourceMappingURL=artifact-downloader.d.ts.map