import type { ManifestEntry } from "@serwist/build"; import type { Compilation } from "webpack"; import type { InjectManifestOptionsComplete } from "./types.js"; export declare const getManifestEntriesFromCompilation: (compilation: Compilation, config: InjectManifestOptionsComplete) => Promise<{ size: number; sortedEntries: ManifestEntry[] | undefined; }>; //# sourceMappingURL=get-manifest-entries-from-compilation.d.ts.map