declare const throwError: (msg: string) => never;
declare const reducer: (a: number, b: number) => number;
export { throwError, reducer, };
