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