import type { UiWalletAccount } from '@wallet-standard/ui-core'; /** * Produces a stable string that can be used to uniquely identify a `UiWalletAccount`. * * You can use this to identify a list item when rendering a list of accounts, or as a way to store * your app's last selected account as a string in browser storage. */ export declare function getUiWalletAccountStorageKey(uiWalletAccount: UiWalletAccount): string; //# sourceMappingURL=storage-key.d.ts.map