import { WebStorageConfigInterface } from './config.interface'; import { Debugger } from 'ts-debug'; export { CONFIG_PREFIX } from './config.helper'; export declare const Config: WebStorageConfigInterface; export declare const debug: Debugger;