import { Settings, SupportedLibraries, TranslateFlags } from '../../types/index.js'; import type { FileToUpload } from 'generaltranslation/types'; export declare function collectFiles(options: TranslateFlags, settings: Settings, library: SupportedLibraries): Promise<{ files: FileToUpload[]; reactComponents: number; publishMap: Map; }>;