import type { Action } from './app-action-type.js'; import type { State } from './app-state.js'; export type { DraftEntry, FleetEntry, GoalSummary, QueueItem, ResumeSessionEntry, Settings, SlashCommandMatch, State, } from './app-state.js'; export type { Action } from './app-action-type.js'; export { firstSelectable, pruneToolInput, skipDivider } from './reducers/helpers.js'; export declare function reducer(state: State, action: Action): State; //# sourceMappingURL=app-reducer.d.ts.map