import type { ViewerAction, ViewerState } from "../types"; export declare function reducer(state: ViewerState, action: ViewerAction): ViewerState; //# sourceMappingURL=reducer.d.ts.map