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