import type { WrapperGS } from "../WrapperGS"; import type { StateGS } from "./StateGS"; export declare type StatePagedContractGS = StateGS & { readonly layoutName: string; readonly page: WrapperGS; }; export declare function isStatePagedGS(state: StateGS): state is StatePagedContractGS;