import { type OioAnyViewState, OioGlobalState } from './typing'; export declare function getMainViewState(this: OioGlobalState): OioAnyViewState | undefined; export declare const globalState: OioGlobalState;