declare global { const USER_AGENT: string; const APP_VERSION: string; const IS_PUBLIC: string; } export {};