import { IStoreState } from "../../interfaces/store"; export declare const resetConfigs: (store: IStoreState, otherFields?: {}) => void;