/** * Re-export AppRouter type from @camstack/types (pre-generated from server router). * Type-only — no runtime dependency on the backend package. */ export type { AppRouter as BackendAppRouter } from '@camstack/types';