import type { Webpack } from '../webpack'; import { HandledCompilation, HandledFileContext, ProcessingContext } from '../types'; import { NormalizedFile, RawStatsFileDescriptor } from '../types'; export default function handleCompilations(rawStatsFileDescriptor: RawStatsFileDescriptor, file: NormalizedFile, fileContext: HandledFileContext): HandledCompilation[]; export declare function extractPackages(compilation: Webpack.Compilation, context: ProcessingContext): void;