import { ZeniAPIStatus } from '../../responsePayload'; import { TransactionTotalPayload } from './reimbursementCardPayload'; import { ReimbursementCardState } from './reimbursementCardState'; export declare const initialState: ReimbursementCardState; export declare const fetchReimbursementCard: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"reimbursementCard/fetchReimbursementCard">, updateReimbursementCard: import("@reduxjs/toolkit").ActionCreatorWithPayload<{ transactionCount: number; transactionTotals: TransactionTotalPayload; }, "reimbursementCard/updateReimbursementCard">, updateReimbursementCardFailure: import("@reduxjs/toolkit").ActionCreatorWithPayload>, "reimbursementCard/updateReimbursementCardFailure">; declare const _default: import("redux").Reducer; export default _default;