import { type ExportNamedDeclaration } from "https://deno.land/x/deco@1.75.1/deps.ts";
export { foo } from 'mod'
export { foo as bar } from 'mod'
x/deco/deps.ts>ExportNamedDeclaration
import { type ExportNamedDeclaration } from "https://deno.land/x/deco@1.75.1/deps.ts";
export { foo } from 'mod'
export { foo as bar } from 'mod'