import { UserAgent } from "../types"; export declare const buildUserAgent: (userAgent: UserAgent | false) => string;