/**
 * Build a link into the JupiterOne web app for the caller's account.
 *
 * The app host (`app`, formerly `apps`) and the per-environment domain live here so every
 * deep link is built one way. Returns an empty string when the subdomain or environment is
 * unknown — callers surface that as "no link available" rather than a broken URL.
 *
 * @param path Path within the app (e.g. `insights/dashboards/<id>`). A leading slash is optional;
 *   it is trimmed so the URL never contains a doubled separator.
 * @param subdomain The account subdomain; when absent, no link can be built.
 */
export declare function constructAppUrl(path: string, subdomain?: string): string;
//# sourceMappingURL=appUrl.d.ts.map