import type { AppState } from './types'; export declare const APP_INITIAL_STATE: AppState; export declare const STORAGE_KEYS: { TERMS_AGREEMENT: string; };