import { ZeniAPIStatus } from '../../responsePayload'; import { AccountListResponse } from './accountListPayload'; import { AccountList, AccountListKeyType, AccountListState } from './accountListState'; export declare const initialAccountList: AccountList; export declare const initialState: AccountListState; export declare const fetchAccountList: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[accountListKey: AccountListKeyType, fetchFullResponse?: any, excludeAccountPayableAccounts?: any, excludeAccountReceivableAccounts?: any, isLimitedCategoryEnabled?: any, filterAccountTypes?: ("cash_position" | "fixed_assets" | "bank" | "credit_card" | "expenses" | "cogs" | "income" | "cash_in" | "cash_out" | "other_income" | "other_expense" | "accounts_receivable" | "other_current_assets" | "other_assets" | "accounts_payable" | "other_current_liabilities" | "long_term_liabilities" | "equity" | "current_liabilities" | "current_assets")[] | undefined, isIncludeDeleted?: boolean | undefined], { isIncludeDeleted?: true | undefined; accountListKey: AccountListKeyType; fetchFullResponse: any; excludeAccountPayableAccounts: any; excludeAccountReceivableAccounts: any; isLimitedCategoryEnabled: any; filterAccountTypes: ("cash_position" | "fixed_assets" | "bank" | "credit_card" | "expenses" | "cogs" | "income" | "cash_in" | "cash_out" | "other_income" | "other_expense" | "accounts_receivable" | "other_current_assets" | "other_assets" | "accounts_payable" | "other_current_liabilities" | "long_term_liabilities" | "equity" | "current_liabilities" | "current_assets")[]; }, "accountList/fetchAccountList", never, never>, updateAccountList: import("@reduxjs/toolkit").ActionCreatorWithPayload<{ accountListKey: AccountListKeyType; accountListResponse: AccountListResponse; }, "accountList/updateAccountList">, updateAccountListFailure: import("@reduxjs/toolkit").ActionCreatorWithPayload<{ accountListKey: AccountListKeyType; status: ZeniAPIStatus; }, "accountList/updateAccountListFailure">; declare const _default: import("redux").Reducer; export default _default;