import { Exports } from './Exports.type.js'; import type { ModuleImport, ModuleDynamicImport } from './index.js'; export declare function runModule(code: string, exports: Exports, customImport: ModuleImport, customDynamicImport: ModuleDynamicImport, file: string): Promise;