import { TimeframeTick } from '../../commonStateTypes/timeframeTick'; import { ZeniAPIStatus } from '../../responsePayload'; import { TrendState } from './trendState'; export declare const initialTrendState: TrendState; export declare const fetchExpenseTrend: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[vendorId: string, vendorName: string, vendorZeniId: string], { vendorId: string; vendorName: string; vendorZeniId: string; }, "trend/fetchExpenseTrend", never, never>, fetchIncomeTrend: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[customerId: string, customerName: string], { customerId: string; customerName: string; }, "trend/fetchIncomeTrend", never, never>, updateTrendSuccess: import("@reduxjs/toolkit").ActionCreatorWithPayload, updateTrendFailure: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[id: string, error: ZeniAPIStatus>], { id: string; error: ZeniAPIStatus>; }, "trend/updateTrendFailure", never, never>, clearTrendData: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"trend/clearTrendData">; declare const _default: import("redux").Reducer; export default _default;