export declare const LIB_KEY = "ng2-webstorage";
export declare const LIB_KEY_SEPARATOR = "|";
export declare const LIB_KEY_CASE_SENSITIVE: boolean;
export declare const STORAGE_NAMES: {
    [x: number]: string;
};
