import "node:http";

export function foobar(): string {
  return "string";
}