import { AnyAction } from 'redux'; import { DeviceAction, LocationAction, POSStore, UserAction } from './types'; export declare const defaultPOSStore: {}; export default function posReducer(state: POSStore | undefined, action: LocationAction | UserAction | DeviceAction | AnyAction): POSStore;