import { URL } from 'node:url'; declare function mjsImport(path: string | URL): Promise; export { mjsImport };