import * as i0 from "@angular/core";
export { CookieStorage, LocalStorage, SessionStorage, SharedStorage, SharedStorage as TempStorage } from './decorator/webstorage';
export { WebStorageService, CookiesStorageService, LocalStorageService, SessionStorageService, SharedStorageService, SharedStorageService as TempStorageService } from './service/index';
export { WebStorageConfigInterface } from './config/index';
export { Webstorable, WebstorableArray, WebstorableObject } from './ngx-store.types';
export { NgxStorageEvent } from './utility/storage/storage-event';
export { Resource as NgxResource } from './service/resource';
export declare class WebStorageModule {
    static ɵmod: i0.ɵɵNgModuleDefWithMeta<WebStorageModule, never, never, never>;
    static ɵinj: i0.ɵɵInjectorDef<WebStorageModule>;
}
