/** * Strips a leading Staffbase link prefix (`/deeplink/` or `/openlink/`) from a * URL pathname, leaving the canonical in-app path. * @param {string} path - The URL pathname. * @returns {string} The path without the Staffbase prefix. */ export declare const stripStaffbaseLinkPrefix: (path: string) => string; //# sourceMappingURL=stripStaffbaseLinkPrefix.d.ts.map