/** * Installs the devtools * * Example: * * ```js * import { useDevtools } from '@edgio/react'; * * function MyComponent() { * useDevtools(); * // ...rest of your app code * } * ``` * * @deprecated @edgio/devtools will be removed in the next major Edgio version. * As an alternative, please use Google Chrome extension: * https://docs.edg.io/guides/v7/performance/observability/developer_tools_chrome_extension */ export default function useDevtools(): void;