import { OutputBundle, OutputChunk } from 'rollup'; export declare function getEntryChunks(bundle: OutputBundle): OutputChunk[]; export declare function getCommonChunks(bundle: OutputBundle): OutputChunk[]; export declare function getRelatedModules(chunk: OutputChunk, commonChunks: OutputChunk[]): string[]; export declare function getRelatedModulesForEntry(chunk: OutputChunk, bundle: OutputBundle): string[];