declare const _default: { state: { loading: boolean; }; reducers: { updateLoading(prevState: any, payLoad: any): void; }; }; export default _default;