export declare const defaultStorageProvider: (appName?: string) => { save: (name: string, data: any) => Promise; get: (name: string) => Promise; };