/** * @license * Copyright 2019 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ /** * Imports a module into a web-like rendering VM content and calls the function * exported as `functionName`. */ export declare const renderModule: (specifier: string, referrerPathOrFileUrl: string, functionName: string, args: unknown[]) => Promise; //# sourceMappingURL=render-module.d.ts.map