import type { OutputAsset, OutputChunk } from 'rollup';
export declare function normalizeBundleFileNameKeysForTest(bundle: Record<string, OutputAsset | OutputChunk>): void;
