import { PaymentsSettingsState } from './types'; import { Actions } from './actions'; declare const reducer: (state?: PaymentsSettingsState, payload?: Actions) => PaymentsSettingsState; export default reducer; //# sourceMappingURL=reducer.d.ts.map