export declare function updateManifestCore({ path, value, manifest, }: {
    path: string;
    value: string;
    manifest: string;
}): string;
