import { DeviceInterface, RawKeychainValue } from '@standardnotes/snjs' export interface WebOrDesktopDeviceInterface extends DeviceInterface { readonly appVersion: string getKeychainValue(): Promise setKeychainValue(value: RawKeychainValue): Promise }