/** * Reads the Staffbase CSRF token from the host's global auth manager * (`window.we.authMgr.getCsrfToken`). * * Returns null (instead of an empty string) when the token is unavailable, so * callers can fail fast with a clear message rather than firing a request the * server is guaranteed to reject with a 403. * @returns {string | null} The CSRF token, or null when it cannot be resolved. */ export declare const getStaffbaseCsrfToken: () => string | null; //# sourceMappingURL=getStaffbaseCsrfToken.d.ts.map