/** * Try to open with Staffbase; if not available, navigate normally in the same * tab. Ported from staffbase-alerts (the superset): it guards with * isSafeNavigationHref first, so scripted schemes never reach navigation. * @param {string} href - The target URL to open. * @returns {boolean} True if Staffbase handled the navigation, otherwise false. */ export declare const openStaffbaseAware: (href: string) => boolean; //# sourceMappingURL=openStaffbaseAware.d.ts.map