import type { ExtractConfig, PackageFile } from '../types';
export declare function extractAllPackageFiles(config: ExtractConfig, matchedFiles: string[]): Promise<PackageFile[]>;
