import { MethodReducers } from './types';
export declare const methodUseCase: () => MethodReducers;
