import type { Mod } from "../../mod/index.js"; import type { ImportBinding } from "../import/index.js"; export declare function undoBinding(mod: Mod, binding: ImportBinding): void; //# sourceMappingURL=undoBinding.d.ts.map