import type { LocalExtensionEntry, State } from "../types.js"; export declare function setLocalExtensionState(entry: Pick, target: State): Promise<{ ok: true; } | { ok: false; error: string; }>; //# sourceMappingURL=mutate.d.ts.map