import { types as t } from "@marko/compiler";
declare const _default: {
    analyze(this: unknown, exportDecl: t.NodePath<t.ExportAllDeclaration | t.ExportNamedDeclaration>): void;
    translate: {
        exit(this: unknown, exportDecl: t.NodePath<t.ExportAllDeclaration | t.ExportNamedDeclaration>): void;
    };
};
export default _default;
