import type { AppState } from "../../state/app.state.js"; import type { BootPayload, BootSnapshot } from "../boot.types.js"; export declare const resolveAppState: (payload: Partial, basePath: string) => AppState; export declare const resolveBootState: (snapshot: BootSnapshot, basePath?: string) => AppState;