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