/**
 * Boolean with the result of the check if User Timing API
 * is supported for the current browser/NodeJS version
 *
 * @returns boolean
 *
 */
declare const isUserTimingAPISupported: boolean;
export { isUserTimingAPISupported };
