import type { AppState } from "../state/app.state.js"; export declare const useAppState: (basePath: string, initialAppState?: AppState) => AppState | null;