import { LinkProps } from 'react-router-dom'; import { ChromeAPI } from '@redhat-cloud-services/types'; export declare const buildInsightsPath: (chrome: ChromeAPI, app: string, toProp: LinkProps["to"], forcePreview?: boolean) => LinkProps["to"];