export declare type State = number;
export declare function reduce(state?: State): State;
