export interface PluginStorageManager { getData: (key: string) => Promise storeData: (key: string, data: any) => Promise }