import { AppState } from '../types'; export declare const getCalculatorState: (state: AppState) => import("./reducer").ReducerState;