export declare const getStoreNames: () => import("../types").Stores;
export declare const getNetworkStoreName: () => string;
export declare const getConsoleErrorStoreName: () => string;
export declare const getUnhandledErrorStoreName: () => string;
export declare const getDbName: () => string;
