export function add(a: number, b: number) { console.log(111); return a + b; }