/**
 * Enum representing keys for feature flags.
 */
export declare enum FEATURE_FLAGS_KEYS {
    LOGIN = "LOGIN"
}
/**
 * Enum representing storage keys for authentication-related data.
 */
export declare enum KEYS {
    /**
     * Key for the Zustand persist storage.
     */
    AUTH_STORAGE = "@auth-storage:analytica:v2",
    /**
     * Key for the Zustand persist storage.
     */
    APP_STORAGE = "@app-storage:analytica:v2",
    /**
     * Key for the Zustand persist storage for lessons.
     */
    LESSONS_STORAGE = "@lessons-storage:analytica:v2",
    /**
     * Key for the Zustand persist storage for modules feature flags.
     */
    MODULES_STORAGE = "@modules-storage:analytica:v1"
}
//# sourceMappingURL=keys.d.ts.map