///
///
import { GetStructureSchema } from '../marshmallow';
export declare const STABLE_STATE_LAYOUT_V1: import("../marshmallow").Structure;
export type StableStateLayoutV1 = typeof STABLE_STATE_LAYOUT_V1;
export type StableStateLayout = StableStateLayoutV1;
export type StableStateV1 = GetStructureSchema;
export type StableState = StableStateV1;
export declare const STABLE_VERSION_TO_STATE_LAYOUT: {
[version: number]: StableStateLayout;
};