/**
 * Checks if the workspace actions bug ( https://github.com/ArchGPT/insomnium/issues/109 ) is present
 * Uses a simple version check against the navigator.userAgent string
 * @returns {boolean} True if the bug is present, false otherwise
 */
export declare function hasWorkspaceActionsBug(): boolean;
