import { ChannelConfig, StorageManager, StorageManagerProps } from '@metamask/sdk-communication-layer'; export declare class StorageManagerWeb implements StorageManager { private enabled; constructor({ enabled }?: StorageManagerProps | undefined); persistChannelConfig(channelConfig: ChannelConfig): Promise; getPersistedChannelConfig(): Promise; persistAccounts(accounts: string[]): Promise; getCachedAccounts(): Promise; persistChainId(chainId: string): Promise; getCachedChainId(): Promise; terminate(): Promise; } //# sourceMappingURL=StorageManagerWeb.d.ts.map