import { CDSState } from '../utils/global.js'; export declare class GlobalStateService { static stateUpdates: import("../utils/event-subject.js").EventObservable; static get state(): CDSState; static getValue(key: keyof CDSState): readonly { focusTrapId: string; }[] | readonly HTMLElement[] | Readonly> | Readonly<{ [key: string]: any; }> | Readonly> | Readonly; static setValue(key: keyof CDSState, val: CDSState[keyof CDSState]): void; static log(): void; }