import * as bar from "bar"; export function add(a: number, b: number): number { return bar.add(a, b); }