export function reduce(initial: any, handle: any): (state: any, action: any) => any;