Suppose I have am using a package that has this type file:
lib.foobar.d.ts
declare function foobar(foo: string): void;
No