import type { ModuleImportService } from '../types.js'; export default class RequireLibrary implements ModuleImportService { import(module: string): Promise; }