/** * Reads the active language from the Staffbase editor's selected language tab * (`[aria-selected="true"]` with a `data-testid` suffixed by the language code). * Returns null when no tab is active or there is no DOM, so callers can fall back. * @returns {string | null} The detected editor language, or null. */ export declare const detectEditorLanguage: () => string | null; //# sourceMappingURL=detectEditorLanguage.d.ts.map