declare const add: (...args: any[]) => number | string; export default add;