import { ApiSettingsState } from "../shared/types";
export declare const setApiUrl: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "settings/setApiUrl">, setApiKey: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "settings/setApiKey">;
declare const _default: import("redux").Reducer<ApiSettingsState, import("redux").AnyAction>;
export default _default;
