/**
 * Returns a User Agent String based on the current environment (Browser, Node, Deno, etc).
 */
export function getUserAgent(): string;
