/**
 * Generates a User-Agent string derived from the current execution environment.
 */
export declare function getUserAgent(): string;
