import type { UserAgent, Environment } from './types';
export declare function extractUserAgentEnvironment(userAgent: UserAgent): Environment;
