import { EmployeeState } from '../states/employee.state'; import { Actions } from '../actions/employee.action'; export declare function reducer(state: EmployeeState, action: Actions): EmployeeState;