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