/** * DevExpress Analytics (core\utils\_troubleshootingHelpers.d.ts) * Version: 25.2.7 * Build date: May 5, 2026 * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED * License: https://www.devexpress.com/Support/EULAs/universal.xml */ import { IJQueryWrapper } from './_jqueryUtils'; export declare const showTroubleshootingMessage: () => void; export declare const assignTroubleshootingPage: (element: Element | IJQueryWrapper) => void; export declare const troubleshootingPageWrapper: (target: () => any, showErrorPage: boolean, element: Element | IJQueryWrapper) => any; export declare const getTroubleshootingPage: () => string;