import { PayloadAction } from '@reduxjs/toolkit'; import { AccountInfoSliceNetworkType, NetworkType } from 'types'; export declare const defaultNetwork: AccountInfoSliceNetworkType; export interface NetworkConfigStateType { network: AccountInfoSliceNetworkType; chainID: string; } export declare const networkConfigSlice: import("@reduxjs/toolkit").Slice) => void; setChainID: (state: NetworkConfigStateType, action: PayloadAction) => void; }, "appConfig">; export declare const initializeNetworkConfig: import("@reduxjs/toolkit").ActionCreatorWithPayload, setChainID: import("@reduxjs/toolkit").ActionCreatorWithPayload; declare const _default: import("redux").Reducer; export default _default; //# sourceMappingURL=networkConfigSlice.d.ts.map