import type { PackageFile } from '../../../modules/manager/types';
import type { WorkerExtractConfig } from '../../types';
export declare function getManagerPackageFiles(config: WorkerExtractConfig): Promise<PackageFile[] | null>;
