export declare const CONFIG_PREFIX = "NGX-STORE_";
export declare class ConfigHelper {
    static getItem(key: string): any;
    static setItem(key: string, item: any): void;
}
