import * as i0 from '@angular/core';

declare class NgDocStoreService {
    protected readonly localStorage: Storage;
    set(key: string, data: string): void;
    set<T>(key: string, data: T, serialize: (v: T) => string): void;
    get(key: string): string | null;
    get<T>(key: string, deserialize: (v: string | null) => T): T;
    static ɵfac: i0.ɵɵFactoryDeclaration<NgDocStoreService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<NgDocStoreService>;
}

export { NgDocStoreService };
