/**
 * Card Reducer
 * Handles state updates for the card store
 */
import type { CardState, CardAction } from '../types';
/**
 * Card reducer
 */
export declare const cardReducer: (state: CardState, action: CardAction) => CardState;
//# sourceMappingURL=cardReducer.d.ts.map