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