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