/** * @public * @function getBrowserAgent * @returns {string} */ export declare const getBrowserAgent: () => string; /** * @public * @function getDeviceAgent * @returns {string} */ export declare const getDeviceAgent: () => string;