import type { Keys } from './index'; export declare const LS_DEVICE_PRIVATE_KEY_KEY = "device-private-key"; export declare const LS_DEVICE_PUBLIC_KEY_KEY = "device-public-key"; export declare const LS_DEVICE_KEY_INDEX_PREFIX = "device-key-index"; export declare const inMemoryKeys: Keys;