/** * Write a single value to `sessionStorage`. * * Use over `electron_local_storage_set_item` when the value should not * persist across app restarts (e.g., short-lived auth nonces, ephemeral UI * state needed only for the current run). */ export declare const sessionStorageSetItem: import("../types").CommandModule;