import * as i0 from "@angular/core"; export declare class SdSystemConfigProvider { private readonly _sdLocalStorage; fn?: { set(key: K, data: T[K]): Promise | void; get(key: keyof T & string): PromiseLike; }; setAsync(key: K, data: T[K]): Promise; getAsync(key: keyof T & string): Promise; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵprov: i0.ɵɵInjectableDeclaration>; }