import type { EmittedFile } from "../types.js";
/**
 * Provided a list of EmittedFile objects from Vite and an Android or Firefox
 * manifest's contents, updates each icon's source to reflect the final name
 * generated for the file by Vite.
 */
declare const updateManifest: (emittedImages: EmittedFile[], manifestContents: string) => string;
export default updateManifest;
//# sourceMappingURL=update-manifest.d.ts.map