import { Settings } from '../types/index.js'; /** * Publishes files to the CDN if publish config exists and the publishMap is non-empty. * Shared by translate, upload, and save-local commands. */ export declare function runPublishWorkflow(files: { fileId: string; versionId: string; fileName: string; }[], publishMap: Map, branchId: string, settings: Settings): Promise;