import { AppSharedState } from '../../client/shared/appState/state.models'; /** * Comprehensive shared-state fixture that mirrors a fully-hydrated application snapshot. * Used by integration-style reducer tests that require consistent cross-entity relationships. */ export declare const fullAppSharedStateMock: AppSharedState;