import { TryOpenResult } from '../types/links/TryOpenResult'; /** * Attempt to open a link using Staffbase's plugin util.openLink if available. * Ported from staffbase-alerts (typed Promise-like guard; smart-search used * `as any`). * @param {string} href - The target URL to open. * @returns {TryOpenResult} Whether Staffbase handled it and a promise if available. */ export declare const tryOpenWithStaffbase: (href: string) => TryOpenResult; //# sourceMappingURL=tryOpenWithStaffbase.d.ts.map