import { CustomerPayload } from './customerPayload'; import { CustomerState } from './customerState'; export declare const initialState: CustomerState; export declare const updateCustomers: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[customersPayload: CustomerPayload[], parseOutParentName?: boolean | undefined], { customersPayload: CustomerPayload[]; parseOutParentName: boolean | undefined; }, "customer/updateCustomers", never, never>, updateCustomer: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[customerPayload: CustomerPayload, parseOutParentName?: boolean | undefined], { customerPayload: CustomerPayload; parseOutParentName: boolean | undefined; }, "customer/updateCustomer", never, never>, removeCustomer: import("@reduxjs/toolkit").ActionCreatorWithPayload; declare const _default: import("redux").Reducer; export default _default;