import type { OioAnyViewState } from './typing'; export declare function createViewState(handle: string): OioAnyViewState; export declare function getViewState(handle?: string): OioAnyViewState | undefined; export declare function setViewState(state: OioAnyViewState): void; export declare function clearViewState(handle?: string): OioAnyViewState | undefined;