import { PaymentAccountPayload } from './paymentAccountPayload'; import { PaymentAccountState } from './paymentAccountState'; export declare const initialState: PaymentAccountState; export declare const updatePaymentAccounts: import("@reduxjs/toolkit").ActionCreatorWithPayload, removePaymentAccount: import("@reduxjs/toolkit").ActionCreatorWithPayload; declare const _default: import("redux").Reducer; export default _default;