export default function esm2umd(moduleName: string, esmCode: string, options?: Record<string,any>): string;
