import { type Types } from "https://deno.land/x/mesozoic@v1.0.0-beta.1/lib/swc.ts";
const { ExportNamedDeclaration } = Types;
export { foo } from 'mod'
export { foo as bar } from 'mod'
import { type Types } from "https://deno.land/x/mesozoic@v1.0.0-beta.1/lib/swc.ts";
const { ExportNamedDeclaration } = Types;
export { foo } from 'mod'
export { foo as bar } from 'mod'