import { type Compilation } from '@rspack/core'; import type SourceCache from '../../../../SourceCache'; import type Builder from '../../../Builder'; import type PageEntry from '../../../entries/PageEntry'; export default function createManifest(builder: Builder, page: PageEntry, compilation: Compilation, cache: SourceCache): void;