declare function total(a?: number, b?: number): number; export { total }; export default total;