import type { ModuleInfo, PluginContext } from "rollup";
import type { ParsedExportInfo } from "./types.d.cts";
declare const parseExports: (context: PluginContext, module_: ModuleInfo) => Generator<ParsedExportInfo>;
export = parseExports;
